FromTo
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
Fields
From
var From: uint16;
uint16 From
var From: uint16
From uint16
FIELD From() As uint16
To
var To: uint16;
uint16 To
var To: uint16
To uint16
FIELD To() As uint16
Instance Methods
constructor
constructor
FromTo()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aFrom: UInt16; aTo: UInt16)
// Island
constructor(aFrom: uint16; aTo: uint16)
// .NET, .NET Standard 2.0
FromTo(UInt16 aFrom, UInt16 aTo)
// Island
FromTo(uint16 aFrom, uint16 aTo)
// .NET, .NET Standard 2.0
init(_ aFrom: UInt16, _ aTo: UInt16)
// Island
init(_ aFrom: uint16, _ aTo: uint16)
// .NET, .NET Standard 2.0
Sub New(aFrom As UInt16, aTo As UInt16)
// Island
Sub New(aFrom As uint16, aTo As uint16)
Parameters:
- aFrom:
- aTo:
constructor (FromTo)
constructor(value: FromTo)
FromTo(FromTo value)
init(_ value: FromTo)
Sub New(value As FromTo)
Parameters:
- value: