Defn

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

 

constructor

 

constructor

 

Defn()

 

init()

 

Sub New()

constructor (Dict, string, Slice<Byte>)

 

constructor(aDict: Dict; aWord: string; aText: Slice<Byte>)

 

Defn(Dict aDict, string aWord, Slice<Byte> aText)

 

init(_ aDict: Dict, _ aWord: string, _ aText: Slice<Byte>)

 

Sub New(aDict As Dict, aWord As string, aText As Slice<Byte>)

Parameters:

  • aDict:
  • aWord:
  • aText:

constructor (Defn)

 

constructor(value: Defn)

 

Defn(Defn value)

 

init(_ value: Defn)

 

Sub New(value As Defn)

Parameters:

  • value:

Dict

 

var Dict: Dict;

 

Dict Dict

 

var Dict: Dict

 

Dict Dict

 

FIELD Dict() As Dict

Text

 

var Text: Slice<Byte>;

 

Slice<Byte> Text

 

var Text: Slice<Byte>

 

Text Slice<Byte>

 

FIELD Text() As Slice<Byte>

Word

 

var Word: string;

 

string Word

 

var Word: string

 

Word string

 

FIELD Word() As string

 

Dict

 

var Dict: Dict;

 

Dict Dict

 

var Dict: Dict

 

Dict Dict

 

FIELD Dict() As Dict

Text

 

var Text: Slice<Byte>;

 

Slice<Byte> Text

 

var Text: Slice<Byte>

 

Text Slice<Byte>

 

FIELD Text() As Slice<Byte>

Word

 

var Word: string;

 

string Word

 

var Word: string

 

Word string

 

FIELD Word() As string

 

constructor

 

constructor

 

Defn()

 

init()

 

Sub New()

constructor (Dict, string, Slice<Byte>)

 

constructor(aDict: Dict; aWord: string; aText: Slice<Byte>)

 

Defn(Dict aDict, string aWord, Slice<Byte> aText)

 

init(_ aDict: Dict, _ aWord: string, _ aText: Slice<Byte>)

 

Sub New(aDict As Dict, aWord As string, aText As Slice<Byte>)

Parameters:

  • aDict:
  • aWord:
  • aText:

constructor (Defn)

 

constructor(value: Defn)

 

Defn(Defn value)

 

init(_ value: Defn)

 

Sub New(value As Defn)

Parameters:

  • value: