Properties

Overview

Location

Instance Methods


constructor

 

constructor

 

Properties()

 

init()

 

Sub New()

constructor (Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aentry: Byte; alast: Byte)
// Island
constructor(aentry: uint8; alast: uint8)

 

// .NET, .NET Standard 2.0
Properties(Byte aentry, Byte alast)
// Island
Properties(uint8 aentry, uint8 alast)

 

// .NET, .NET Standard 2.0
init(_ aentry: Byte, _ alast: Byte)
// Island
init(_ aentry: uint8, _ alast: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aentry As Byte, alast As Byte)
// Island
Sub New(aentry As uint8, alast As uint8)

Parameters:

  • aentry:
  • alast:

constructor (Properties)

 

constructor(value: Properties)

 

Properties(Properties value)

 

init(_ value: Properties)

 

Sub New(value As Properties)

Parameters:

  • value:

Class

 

method Class: Class

 

Class Class()

 

func Class() -> Class

 

func Class() Class

 

Function Class() As Class

IsBracket

 

method IsBracket: bool

 

bool IsBracket()

 

func IsBracket() -> bool

 

func IsBracket() bool

 

Function IsBracket() As bool

IsOpeningBracket

 

method IsOpeningBracket: bool

 

bool IsOpeningBracket()

 

func IsOpeningBracket() -> bool

 

func IsOpeningBracket() bool

 

Function IsOpeningBracket() As bool