Language
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.internal.language
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
Language()
init()
Sub New()
constructor (UInt16)
// .NET, .NET Standard 2.0
constructor(aValue: UInt16)
// Island
constructor(aValue: uint16)
// .NET, .NET Standard 2.0
Language(UInt16 aValue)
// Island
Language(uint16 aValue)
// .NET, .NET Standard 2.0
init(_ aValue: UInt16)
// Island
init(_ aValue: uint16)
// .NET, .NET Standard 2.0
Sub New(aValue As UInt16)
// Island
Sub New(aValue As uint16)
Parameters:
- aValue:
Canonicalize
method Canonicalize: tuple of (Language, AliasType)
(Language, AliasType) Canonicalize()
func Canonicalize() -> tuple of (Language, AliasType)
func Canonicalize() tuple of (Language, AliasType)
Function Canonicalize() As Tuple (Of Language, AliasType)
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
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
ISO3
method ISO3: string
string ISO3()
func ISO3() -> string
func ISO3() string
Function ISO3() As string
IsPrivateUse
method IsPrivateUse: bool
bool IsPrivateUse()
func IsPrivateUse() -> bool
func IsPrivateUse() bool
Function IsPrivateUse() As bool
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
StringToBuf
method StringToBuf(b: Slice<Byte>): int
int StringToBuf(Slice<Byte> b)
func StringToBuf(_ b: Slice<Byte>) -> int
func StringToBuf(b Slice<Byte>) int
Function StringToBuf(b As Slice<Byte>) As int
Parameters:
- b:
SuppressScript
method SuppressScript: Script
Script SuppressScript()
func SuppressScript() -> Script
func SuppressScript() Script
Function SuppressScript() As Script
Value
var Value: uint16;
uint16 Value
var Value: uint16
Value uint16
FIELD Value() As uint16
Value
var Value: uint16;
uint16 Value
var Value: uint16
Value uint16
FIELD Value() As uint16
constructor
constructor
Language()
init()
Sub New()
constructor (UInt16)
// .NET, .NET Standard 2.0
constructor(aValue: UInt16)
// Island
constructor(aValue: uint16)
// .NET, .NET Standard 2.0
Language(UInt16 aValue)
// Island
Language(uint16 aValue)
// .NET, .NET Standard 2.0
init(_ aValue: UInt16)
// Island
init(_ aValue: uint16)
// .NET, .NET Standard 2.0
Sub New(aValue As UInt16)
// Island
Sub New(aValue As uint16)
Parameters:
- aValue:
Canonicalize
method Canonicalize: tuple of (Language, AliasType)
(Language, AliasType) Canonicalize()
func Canonicalize() -> tuple of (Language, AliasType)
func Canonicalize() tuple of (Language, AliasType)
Function Canonicalize() As Tuple (Of Language, AliasType)
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
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
ISO3
method ISO3: string
string ISO3()
func ISO3() -> string
func ISO3() string
Function ISO3() As string
IsPrivateUse
method IsPrivateUse: bool
bool IsPrivateUse()
func IsPrivateUse() -> bool
func IsPrivateUse() bool
Function IsPrivateUse() As bool
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
StringToBuf
method StringToBuf(b: Slice<Byte>): int
int StringToBuf(Slice<Byte> b)
func StringToBuf(_ b: Slice<Byte>) -> int
func StringToBuf(b Slice<Byte>) int
Function StringToBuf(b As Slice<Byte>) As int
Parameters:
- b:
SuppressScript
method SuppressScript: Script
Script SuppressScript()
func SuppressScript() -> Script
func SuppressScript() Script
Function SuppressScript() As Script