BOMPolicy
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.encoding.unicode
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
Fields
Value
var Value: uint8;
uint8 Value
var Value: uint8
Value uint8
FIELD Value() As uint8
Instance Methods
constructor
constructor
BOMPolicy()
init()
Sub New()
constructor (Byte)
// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: uint8)
// .NET, .NET Standard 2.0
BOMPolicy(Byte aValue)
// Island
BOMPolicy(uint8 aValue)
// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: uint8)
// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As uint8)
Parameters:
- aValue:
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