CanonType

Overview

Location

 

constructor

 

constructor

 

CanonType()

 

init()

 

Sub New()

constructor (Int64)

 

// .NET, .NET Standard 2.0
constructor(aValue: Int64)
// Island
constructor(aValue: int)

 

// .NET, .NET Standard 2.0
CanonType(Int64 aValue)
// Island
CanonType(int aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Int64)
// Island
init(_ aValue: int)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Int64)
// Island
Sub New(aValue As int)

Parameters:

  • aValue:

Canonicalize

 

method Canonicalize(t: Tag): tuple of (Tag, error)

 

(Tag, error) Canonicalize(Tag t)

 

func Canonicalize(_ t: Tag) -> (Tag, error)

 

func Canonicalize(t Tag) tuple of (Tag, error)

 

Function Canonicalize(t As Tag) As Tuple (Of Tag, error)

Parameters:

  • t:

Compose

 

method Compose(params part: array of Object): tuple of (t: Tag, err: error)

 

(Tag t, error err) Compose(params Object[] part)

 

func Compose(_ part: Object...) -> (Tag, error)

 

func Compose(part []interface{}) tuple of (|name=t| Tag, |name=err| error)

 

Function Compose(ParamArray part As Object()) As Tuple (Of Tag, error)

Parameters:

  • part:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Make

 

method Make(s: string): Tag

 

Tag Make(string s)

 

func Make(_ s: string) -> Tag

 

func Make(s string) Tag

 

Function Make(s As string) As Tag

Parameters:

  • s:

MustParse

 

method MustParse(s: string): Tag

 

Tag MustParse(string s)

 

func MustParse(_ s: string) -> Tag

 

func MustParse(s string) Tag

 

Function MustParse(s As string) As Tag

Parameters:

  • s:

Parse

 

method Parse(s: string): tuple of (t: Tag, err: error)

 

(Tag t, error err) Parse(string s)

 

func Parse(_ s: string) -> (Tag, error)

 

func Parse(s string) tuple of (|name=t| Tag, |name=err| error)

 

Function Parse(s As string) As Tuple (Of Tag, error)

Parameters:

  • s:

Value

 

var Value: int;

 

int Value

 

var Value: int

 

Value int

 

FIELD Value() As int

 

Value

 

var Value: int;

 

int Value

 

var Value: int

 

Value int

 

FIELD Value() As int

 

constructor

 

constructor

 

CanonType()

 

init()

 

Sub New()

constructor (Int64)

 

// .NET, .NET Standard 2.0
constructor(aValue: Int64)
// Island
constructor(aValue: int)

 

// .NET, .NET Standard 2.0
CanonType(Int64 aValue)
// Island
CanonType(int aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Int64)
// Island
init(_ aValue: int)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Int64)
// Island
Sub New(aValue As int)

Parameters:

  • aValue:

Canonicalize

 

method Canonicalize(t: Tag): tuple of (Tag, error)

 

(Tag, error) Canonicalize(Tag t)

 

func Canonicalize(_ t: Tag) -> (Tag, error)

 

func Canonicalize(t Tag) tuple of (Tag, error)

 

Function Canonicalize(t As Tag) As Tuple (Of Tag, error)

Parameters:

  • t:

Compose

 

method Compose(params part: array of Object): tuple of (t: Tag, err: error)

 

(Tag t, error err) Compose(params Object[] part)

 

func Compose(_ part: Object...) -> (Tag, error)

 

func Compose(part []interface{}) tuple of (|name=t| Tag, |name=err| error)

 

Function Compose(ParamArray part As Object()) As Tuple (Of Tag, error)

Parameters:

  • part:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Make

 

method Make(s: string): Tag

 

Tag Make(string s)

 

func Make(_ s: string) -> Tag

 

func Make(s string) Tag

 

Function Make(s As string) As Tag

Parameters:

  • s:

MustParse

 

method MustParse(s: string): Tag

 

Tag MustParse(string s)

 

func MustParse(_ s: string) -> Tag

 

func MustParse(s string) Tag

 

Function MustParse(s As string) As Tag

Parameters:

  • s:

Parse

 

method Parse(s: string): tuple of (t: Tag, err: error)

 

(Tag t, error err) Parse(string s)

 

func Parse(_ s: string) -> (Tag, error)

 

func Parse(s string) tuple of (|name=t| Tag, |name=err| error)

 

Function Parse(s As string) As Tuple (Of Tag, error)

Parameters:

  • s: