AcceptRange
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.internal.utf8internal
- Platforms: .NET, .NET Standard 2.0, Island
Fields
Hi
Lo
Instance Methods
constructor
// .NET, .NET Standard 2.0
constructor(aLo: Byte; aHi: Byte)
// Island
constructor(aLo: uint8; aHi: uint8)
// .NET, .NET Standard 2.0
AcceptRange(Byte aLo, Byte aHi)
// Island
AcceptRange(uint8 aLo, uint8 aHi)
// .NET, .NET Standard 2.0
init(_ aLo: Byte, _ aHi: Byte)
// Island
init(_ aLo: uint8, _ aHi: uint8)
// .NET, .NET Standard 2.0
Sub New(aLo As Byte, aHi As Byte)
// Island
Sub New(aLo As uint8, aHi As uint8)
Parameters:
- aLo:
- aHi:
constructor(value: AcceptRange)
AcceptRange(AcceptRange value)
init(_ value: AcceptRange)
Sub New(value As AcceptRange)
Parameters:
- value: