AcceptRange

Overview

Location

Fields


Hi

 

var Hi: uint8;

 

uint8 Hi

 

var Hi: uint8

 

Hi uint8

 

FIELD Hi() As uint8

Lo

 

var Lo: uint8;

 

uint8 Lo

 

var Lo: uint8

 

Lo uint8

 

FIELD Lo() As uint8

Instance Methods


constructor

 

constructor

 

AcceptRange()

 

init()

 

Sub New()

constructor (Byte, Byte)

 

// .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 (AcceptRange)

 

constructor(value: AcceptRange)

 

AcceptRange(AcceptRange value)

 

init(_ value: AcceptRange)

 

Sub New(value As AcceptRange)

Parameters:

  • value: