Tag
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.language
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
Tag()
init()
Sub New()
constructor (Tag)
constructor(aValue: Tag)
Tag(Tag aValue)
init(_ aValue: Tag)
Sub New(aValue As Tag)
Parameters:
- aValue:
Base
method Base: tuple of (Base, Confidence)
(Base, Confidence) Base()
func Base() -> tuple of (Base, Confidence)
func Base() tuple of (Base, Confidence)
Function Base() As Tuple (Of Base, Confidence)
Equals
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:
Extension
method Extension(x: byte): tuple of (ext: Extension, ok: Boolean)
(Extension ext, Boolean ok) Extension(byte x)
func Extension(_ x: byte) -> tuple of (Extension, Boolean)
func Extension(x byte) tuple of (|name=ext| Extension, |name=ok| Boolean)
Function Extension(x As byte) As Tuple (Of Extension, Boolean)
Parameters:
- x:
Extensions
method Extensions: Slice<Extension>
Slice<Extension> Extensions()
func Extensions() -> Slice<Extension>
func Extensions() Slice<Extension>
Function Extensions() As Slice<Extension>
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
IsRoot
method IsRoot: bool
bool IsRoot()
func IsRoot() -> bool
func IsRoot() bool
Function IsRoot() As bool
MarshalText
method MarshalText: tuple of (text: Slice<Byte>, err: error)
(Slice<Byte>text, error err) MarshalText()
func MarshalText() -> tuple of (Slice<Byte>, error)
func MarshalText() tuple of (|name=text| Slice<Byte>, |name=err| error)
Function MarshalText() As Tuple (Of Slice<Byte>, error)
Parent
method Parent: Tag
Tag Parent()
func Parent() -> Tag
func Parent() Tag
Function Parent() As Tag
Raw
method Raw: tuple of (b: Base, s: Script, r: Region)
(Base b, Script s, Region r) Raw()
func Raw() -> tuple of (Base, Script, Region)
func Raw() tuple of (|name=b| Base, |name=s| Script, |name=r| Region)
Function Raw() As Tuple (Of Base, Script, Region)
Region
method Region: tuple of (Region, Confidence)
(Region, Confidence) Region()
func Region() -> tuple of (Region, Confidence)
func Region() tuple of (Region, Confidence)
Function Region() As Tuple (Of Region, Confidence)
Script
method Script: tuple of (Script, Confidence)
(Script, Confidence) Script()
func Script() -> tuple of (Script, Confidence)
func Script() tuple of (Script, Confidence)
Function Script() As Tuple (Of Script, Confidence)
SetTypeForKey
method SetTypeForKey(key: string; value: string): tuple of (Tag, error)
(Tag, error) SetTypeForKey(string key, string value)
func SetTypeForKey(_ key: string, _ value: string) -> tuple of (Tag, error)
func SetTypeForKey(key string, value string) tuple of (Tag, error)
Function SetTypeForKey(key As string, value As string) As Tuple (Of Tag, error)
Parameters:
- key:
- value:
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
TypeForKey
method TypeForKey(key: string): string
string TypeForKey(string key)
func TypeForKey(_ key: string) -> string
func TypeForKey(key string) string
Function TypeForKey(key As string) As string
Parameters:
- key:
UnmarshalText
method UnmarshalText(text: Slice<Byte>): error
error UnmarshalText(Slice<Byte> text)
func UnmarshalText(_ text: Slice<Byte>) -> error
func UnmarshalText(text Slice<Byte>) error
Function UnmarshalText(text As Slice<Byte>) As error
Parameters:
- text:
Value
var Value: Tag;
Tag Value
var Value: Tag
Value Tag
FIELD Value() As Tag
Variants
method Variants: Slice<Variant>
Slice<Variant> Variants()
func Variants() -> Slice<Variant>
func Variants() Slice<Variant>
Function Variants() As Slice<Variant>
Value
var Value: Tag;
Tag Value
var Value: Tag
Value Tag
FIELD Value() As Tag
constructor
constructor
Tag()
init()
Sub New()
constructor (Tag)
constructor(aValue: Tag)
Tag(Tag aValue)
init(_ aValue: Tag)
Sub New(aValue As Tag)
Parameters:
- aValue:
Base
method Base: tuple of (Base, Confidence)
(Base, Confidence) Base()
func Base() -> tuple of (Base, Confidence)
func Base() tuple of (Base, Confidence)
Function Base() As Tuple (Of Base, Confidence)
Equals
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:
Extension
method Extension(x: byte): tuple of (ext: Extension, ok: Boolean)
(Extension ext, Boolean ok) Extension(byte x)
func Extension(_ x: byte) -> tuple of (Extension, Boolean)
func Extension(x byte) tuple of (|name=ext| Extension, |name=ok| Boolean)
Function Extension(x As byte) As Tuple (Of Extension, Boolean)
Parameters:
- x:
Extensions
method Extensions: Slice<Extension>
Slice<Extension> Extensions()
func Extensions() -> Slice<Extension>
func Extensions() Slice<Extension>
Function Extensions() As Slice<Extension>
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
IsRoot
method IsRoot: bool
bool IsRoot()
func IsRoot() -> bool
func IsRoot() bool
Function IsRoot() As bool
MarshalText
method MarshalText: tuple of (text: Slice<Byte>, err: error)
(Slice<Byte>text, error err) MarshalText()
func MarshalText() -> tuple of (Slice<Byte>, error)
func MarshalText() tuple of (|name=text| Slice<Byte>, |name=err| error)
Function MarshalText() As Tuple (Of Slice<Byte>, error)
Parent
method Parent: Tag
Tag Parent()
func Parent() -> Tag
func Parent() Tag
Function Parent() As Tag
Raw
method Raw: tuple of (b: Base, s: Script, r: Region)
(Base b, Script s, Region r) Raw()
func Raw() -> tuple of (Base, Script, Region)
func Raw() tuple of (|name=b| Base, |name=s| Script, |name=r| Region)
Function Raw() As Tuple (Of Base, Script, Region)
Region
method Region: tuple of (Region, Confidence)
(Region, Confidence) Region()
func Region() -> tuple of (Region, Confidence)
func Region() tuple of (Region, Confidence)
Function Region() As Tuple (Of Region, Confidence)
Script
method Script: tuple of (Script, Confidence)
(Script, Confidence) Script()
func Script() -> tuple of (Script, Confidence)
func Script() tuple of (Script, Confidence)
Function Script() As Tuple (Of Script, Confidence)
SetTypeForKey
method SetTypeForKey(key: string; value: string): tuple of (Tag, error)
(Tag, error) SetTypeForKey(string key, string value)
func SetTypeForKey(_ key: string, _ value: string) -> tuple of (Tag, error)
func SetTypeForKey(key string, value string) tuple of (Tag, error)
Function SetTypeForKey(key As string, value As string) As Tuple (Of Tag, error)
Parameters:
- key:
- value:
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
TypeForKey
method TypeForKey(key: string): string
string TypeForKey(string key)
func TypeForKey(_ key: string) -> string
func TypeForKey(key string) string
Function TypeForKey(key As string) As string
Parameters:
- key:
Variants
method Variants: Slice<Variant>
Slice<Variant> Variants()
func Variants() -> Slice<Variant>
func Variants() Slice<Variant>
Function Variants() As Slice<Variant>