OPTResource
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
Options
var Options: Slice<Option>;
Slice<Option> Options
var Options: Slice<Option>
Options Slice<Option>
FIELD Options() As Slice<Option>
Instance Methods
constructor
constructor
OPTResource()
init()
Sub New()
constructor(aOptions: Slice<Option>)
OPTResource(Slice<Option> aOptions)
init(_ aOptions: Slice<Option>)
Sub New(aOptions As Slice<Option>)
Parameters:
- aOptions:
constructor (OPTResource)
constructor(value: OPTResource)
OPTResource(OPTResource value)
init(_ value: OPTResource)
Sub New(value As OPTResource)
Parameters:
- value:
GoString Island
method GoString: string
string GoString()
func GoString() -> string
func GoString() string
Function GoString() As string