AAAAResource
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.dns.dnsmessage
- Platforms: .NET, .NET Standard 2.0, Island
Fields
AAAA
Instance Methods
constructor
constructor (array of Byte)
// .NET, .NET Standard 2.0
constructor(aAAAA: array of Byte)
// Island
constructor(aAAAA: array of byte)
// .NET, .NET Standard 2.0
AAAAResource(Byte[] aAAAA)
// Island
AAAAResource(byte[] aAAAA)
// .NET, .NET Standard 2.0
init(_ aAAAA: Byte...)
// Island
init(_ aAAAA: byte...)
// .NET, .NET Standard 2.0
Sub New(aAAAA As Byte())
// Island
Sub New(aAAAA As byte())
Parameters:
- aAAAA:
constructor(value: AAAAResource)
AAAAResource(AAAAResource value)
init(_ value: AAAAResource)
Sub New(value As AAAAResource)
Parameters:
- value:
GoString Island
func GoString() -> string
Function GoString() As string