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:
    • ValueType | CanonType  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | CanonType  Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

constructor


// .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) -> tuple of (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...) -> tuple of (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

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

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Make

method Make(s: string): Tag
func Make(_ s: string) -> Tag
Function Make(s As string) As Tag

Parameters:

  • s:

MustParse

method MustParse(s: string): Tag
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) -> tuple of (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

constructor


// .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) -> tuple of (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...) -> tuple of (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

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

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Make

method Make(s: string): Tag
func Make(_ s: string) -> Tag
Function Make(s As string) As Tag

Parameters:

  • s:

MustParse

method MustParse(s: string): Tag
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) -> tuple of (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: