RangeTable
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.unicode
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
RangeTable()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aR16: Slice<Range16>; aR32: Slice<Range32>; aLatinOffset: Int64)
// Island
constructor(aR16: Slice<Range16>; aR32: Slice<Range32>; aLatinOffset: int)
// .NET, .NET Standard 2.0
RangeTable(Slice<Range16> aR16, Slice<Range32> aR32, Int64 aLatinOffset)
// Island
RangeTable(Slice<Range16> aR16, Slice<Range32> aR32, int aLatinOffset)
Parameters:
- aR16:
- aR32:
- aLatinOffset:
constructor (RangeTable)
constructor(value: RangeTable)
RangeTable(RangeTable value)
init(_ value: RangeTable)
Sub New(value As RangeTable)
Parameters:
- value:
LatinOffset
var LatinOffset: int;
int LatinOffset
var LatinOffset: int
LatinOffset int
FIELD LatinOffset() As int
R16
R32
LatinOffset
var LatinOffset: int;
int LatinOffset
var LatinOffset: int
LatinOffset int
FIELD LatinOffset() As int
R16
R32
constructor
constructor
RangeTable()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aR16: Slice<Range16>; aR32: Slice<Range32>; aLatinOffset: Int64)
// Island
constructor(aR16: Slice<Range16>; aR32: Slice<Range32>; aLatinOffset: int)
// .NET, .NET Standard 2.0
RangeTable(Slice<Range16> aR16, Slice<Range32> aR32, Int64 aLatinOffset)
// Island
RangeTable(Slice<Range16> aR16, Slice<Range32> aR32, int aLatinOffset)
Parameters:
- aR16:
- aR32:
- aLatinOffset:
constructor (RangeTable)
constructor(value: RangeTable)
RangeTable(RangeTable value)
init(_ value: RangeTable)
Sub New(value As RangeTable)
Parameters:
- value: