Overview

Location

constructor

constructor(aStart: Index; aEnd: Index)
Range(Index aStart, Index aEnd)
init(_ aStart: Index, _ aEnd: Index)
Sub New(aStart As Index, aEnd As Index)

Parameters:

  • aStart:
  • aEnd:

All

class property All: Range read;
static var All: Range { get{} }
Shared ReadOnly Property All() As Range

End

property End: Index read;
ReadOnly Property End() As Index

EndAt

class method EndAt(aEnd: Index): Range
static Range EndAt(Index aEnd)
static func EndAt(_ aEnd: Index) -> Range
Shared Function EndAt(aEnd As Index) As Range

Parameters:

  • aEnd:

Equals

method Equals(aValue: Range): Boolean
Boolean Equals(Range aValue)
func Equals(_ aValue: Range) -> Boolean
Function Equals(aValue As Range) As Boolean

Parameters:

  • aValue:

GetOffsets

method GetOffsets(aLength: Int32): not nullable tuple of (Int32, Int32)
(Int32, Int32)! GetOffsets(Int32 aLength)
func GetOffsets(_ aLength: Int32) -> tuple of (Int32, Int32)
Function GetOffsets(aLength As Int32) As Tuple (Of Int32, Int32)

Parameters:

  • aLength:

Start

property Start: Index read;
var Start: Index { get{} }
ReadOnly Property Start() As Index

StartAt

class method StartAt(aStart: Index): Range
static Range StartAt(Index aStart)
static func StartAt(_ aStart: Index) -> Range
Shared Function StartAt(aStart As Index) As Range

Parameters:

  • aStart:

ToString

func ToString() -> String
Function ToString() As String

End

property End: Index read;
ReadOnly Property End() As Index

Start

property Start: Index read;
var Start: Index { get{} }
ReadOnly Property Start() As Index

All

class property All: Range read;
static var All: Range { get{} }
Shared ReadOnly Property All() As Range

EndAt

class method EndAt(aEnd: Index): Range
static Range EndAt(Index aEnd)
static func EndAt(_ aEnd: Index) -> Range
Shared Function EndAt(aEnd As Index) As Range

Parameters:

  • aEnd:

StartAt

class method StartAt(aStart: Index): Range
static Range StartAt(Index aStart)
static func StartAt(_ aStart: Index) -> Range
Shared Function StartAt(aStart As Index) As Range

Parameters:

  • aStart:

constructor

constructor(aStart: Index; aEnd: Index)
Range(Index aStart, Index aEnd)
init(_ aStart: Index, _ aEnd: Index)
Sub New(aStart As Index, aEnd As Index)

Parameters:

  • aStart:
  • aEnd:

Equals

method Equals(aValue: Range): Boolean
Boolean Equals(Range aValue)
func Equals(_ aValue: Range) -> Boolean
Function Equals(aValue As Range) As Boolean

Parameters:

  • aValue:

GetOffsets

method GetOffsets(aLength: Int32): not nullable tuple of (Int32, Int32)
(Int32, Int32)! GetOffsets(Int32 aLength)
func GetOffsets(_ aLength: Int32) -> tuple of (Int32, Int32)
Function GetOffsets(aLength As Int32) As Tuple (Of Int32, Int32)

Parameters:

  • aLength:

ToString

func ToString() -> String
Function ToString() As String