Index

Overview

Location

 

constructor

 

constructor(aValue: Int32; aFromEnd: Boolean)

 

Index(Int32 aValue, Boolean aFromEnd)

 

init(_ aValue: Int32, _ aFromEnd: Boolean)

 

Sub New(aValue As Int32, aFromEnd As Boolean)

Parameters:

  • aValue:
  • aFromEnd:

End

 

class property End: Index read;

 

class Index End { get; }

 

static var End: Index { get{} }

 

Shared ReadOnly Property End() As Index

Equals

 

method Equals(aValue: Index): Boolean

 

Boolean Equals(Index aValue)

 

func Equals(_ aValue: Index) -> Boolean

 

Function Equals(aValue As Index) As Boolean

Parameters:

  • aValue:

FromEnd

 

class method FromEnd(value: Int32): Index

 

static Index FromEnd(Int32 value)

 

static func FromEnd(_ value: Int32) -> Index

 

Shared Function FromEnd(value As Int32) As Index

Parameters:

  • value:

FromStart

 

class method FromStart(value: Int32): Index

 

static Index FromStart(Int32 value)

 

static func FromStart(_ value: Int32) -> Index

 

Shared Function FromStart(value As Int32) As Index

Parameters:

  • value:

GetOffset

 

method GetOffset(length: Int32): Int32

 

Int32 GetOffset(Int32 length)

 

func GetOffset(_ length: Int32) -> Int32

 

Function GetOffset(length As Int32) As Int32

Parameters:

  • length:

IsFromEnd

 

property IsFromEnd: Boolean read;

 

Boolean IsFromEnd { get; }

 

var IsFromEnd: Boolean { get{} }

 

ReadOnly Property IsFromEnd() As Boolean

Start

 

class property Start: Index read;

 

class Index Start { get; }

 

static var Start: Index { get{} }

 

Shared ReadOnly Property Start() As Index

ToString

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

Function ToString() As String

Value

 

property Value: Int32 read;

 

Int32 Value { get; }

 

var Value: Int32 { get{} }

 

ReadOnly Property Value() As Int32

 

IsFromEnd

 

property IsFromEnd: Boolean read;

 

Boolean IsFromEnd { get; }

 

var IsFromEnd: Boolean { get{} }

 

ReadOnly Property IsFromEnd() As Boolean

Value

 

property Value: Int32 read;

 

Int32 Value { get; }

 

var Value: Int32 { get{} }

 

ReadOnly Property Value() As Int32

End

 

class property End: Index read;

 

class Index End { get; }

 

static var End: Index { get{} }

 

Shared ReadOnly Property End() As Index

Start

 

class property Start: Index read;

 

class Index Start { get; }

 

static var Start: Index { get{} }

 

Shared ReadOnly Property Start() As Index

 

FromEnd

 

class method FromEnd(value: Int32): Index

 

static Index FromEnd(Int32 value)

 

static func FromEnd(_ value: Int32) -> Index

 

Shared Function FromEnd(value As Int32) As Index

Parameters:

  • value:

FromStart

 

class method FromStart(value: Int32): Index

 

static Index FromStart(Int32 value)

 

static func FromStart(_ value: Int32) -> Index

 

Shared Function FromStart(value As Int32) As Index

Parameters:

  • value:

 

constructor

 

constructor(aValue: Int32; aFromEnd: Boolean)

 

Index(Int32 aValue, Boolean aFromEnd)

 

init(_ aValue: Int32, _ aFromEnd: Boolean)

 

Sub New(aValue As Int32, aFromEnd As Boolean)

Parameters:

  • aValue:
  • aFromEnd:

Equals

 

method Equals(aValue: Index): Boolean

 

Boolean Equals(Index aValue)

 

func Equals(_ aValue: Index) -> Boolean

 

Function Equals(aValue As Index) As Boolean

Parameters:

  • aValue:

GetOffset

 

method GetOffset(length: Int32): Int32

 

Int32 GetOffset(Int32 length)

 

func GetOffset(_ length: Int32) -> Int32

 

Function GetOffset(length As Int32) As Int32

Parameters:

  • length:

ToString

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

Function ToString() As String