Dict
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.dict
- Platforms: .NET, .NET Standard 2.0, Island
Fields
Desc
var Desc: string;
string Desc
var Desc: string
Desc string
FIELD Desc() As string
Name
var Name: string;
string Name
var Name: string
Name string
FIELD Name() As string
Instance Methods
constructor
constructor
Dict()
init()
Sub New()
constructor(aName: string; aDesc: string)
Dict(string aName, string aDesc)
init(_ aName: string, _ aDesc: string)
Sub New(aName As string, aDesc As string)
Parameters:
- aName:
- aDesc:
constructor (Dict)
constructor(value: Dict)
Dict(Dict value)
init(_ value: Dict)
Sub New(value As Dict)
Parameters:
- value: