Range

Overview

Location

 

constructor  protected    (declared in ValueType)

 

constructor

 

Range()

 

init()

 

Range()

 

Sub New()

constructor (Index, Index)

 

constructor(aStart: Index; aEnd: Index)

 

Range(Index aStart, Index aEnd)

 

init(_ aStart: Index, _ aEnd: Index)

 

Range(Index aStart, Index aEnd)

 

Sub New(aStart As Index, aEnd As Index)

Parameters:

  • aStart:
  • aEnd:

All

 

class property All: Range read;

 

class Range All { get; }

 

static var All: Range { get{} }

 

class Range All { __get; }

 

Shared ReadOnly Property All() As Range

End

 

property End: Index read;

 

Index End { get; }

 

var End: Index { get{} }

 

Index End { __get; }

 

ReadOnly Property End() As Index

EndAt

 

class method EndAt(aEnd: Index): Range

 

static Range EndAt(Index aEnd)

 

static func EndAt(_ aEnd: Index) -> Range

 

static Range EndAt(Index aEnd)

 

Shared Function EndAt(aEnd As Index) As Range

Parameters:

  • aEnd:

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Range): Boolean

 

method Equals(aValue: Range): Boolean

 

Boolean Equals(Range aValue)

 

func Equals(_ aValue: Range) -> Boolean

 

Boolean Equals(Range aValue)

 

Function Equals(aValue As Range) As Boolean

Parameters:

  • aValue:

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetOffsets

 

method GetOffsets(aLength: Int32): not nullable Tuple<Int32, Int32>

 

Tuple<Int32, Int32>! GetOffsets(Int32 aLength)

 

func GetOffsets(_ aLength: Int32) -> Tuple<Int32, Int32>

 

Tuple<Int32, Int32> GetOffsets(Int32 aLength)

 

Function GetOffsets(aLength As Int32) As Tuple<Int32, Int32>

Parameters:

  • aLength:

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

Start

 

property Start: Index read;

 

Index Start { get; }

 

var Start: Index { get{} }

 

Index Start { __get; }

 

ReadOnly Property Start() As Index

StartAt

 

class method StartAt(aStart: Index): Range

 

static Range StartAt(Index aStart)

 

static func StartAt(_ aStart: Index) -> Range

 

static Range StartAt(Index aStart)

 

Shared Function StartAt(aStart As Index) As Range

Parameters:

  • aStart:

ToString  override virtual

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String

 

End

 

property End: Index read;

 

Index End { get; }

 

var End: Index { get{} }

 

Index End { __get; }

 

ReadOnly Property End() As Index

Start

 

property Start: Index read;

 

Index Start { get; }

 

var Start: Index { get{} }

 

Index Start { __get; }

 

ReadOnly Property Start() As Index

All

 

class property All: Range read;

 

class Range All { get; }

 

static var All: Range { get{} }

 

class Range All { __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

 

static Range EndAt(Index aEnd)

 

Shared Function EndAt(aEnd As Index) As Range

Parameters:

  • aEnd:

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

StartAt

 

class method StartAt(aStart: Index): Range

 

static Range StartAt(Index aStart)

 

static func StartAt(_ aStart: Index) -> Range

 

static Range StartAt(Index aStart)

 

Shared Function StartAt(aStart As Index) As Range

Parameters:

  • aStart:

 

constructor  protected    (declared in ValueType)

 

constructor

 

Range()

 

init()

 

Range()

 

Sub New()

constructor (Index, Index)

 

constructor(aStart: Index; aEnd: Index)

 

Range(Index aStart, Index aEnd)

 

init(_ aStart: Index, _ aEnd: Index)

 

Range(Index aStart, Index aEnd)

 

Sub New(aStart As Index, aEnd As Index)

Parameters:

  • aStart:
  • aEnd:

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Range): Boolean

 

method Equals(aValue: Range): Boolean

 

Boolean Equals(Range aValue)

 

func Equals(_ aValue: Range) -> Boolean

 

Boolean Equals(Range aValue)

 

Function Equals(aValue As Range) As Boolean

Parameters:

  • aValue:

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetOffsets

 

method GetOffsets(aLength: Int32): not nullable Tuple<Int32, Int32>

 

Tuple<Int32, Int32>! GetOffsets(Int32 aLength)

 

func GetOffsets(_ aLength: Int32) -> Tuple<Int32, Int32>

 

Tuple<Int32, Int32> GetOffsets(Int32 aLength)

 

Function GetOffsets(aLength As Int32) As Tuple<Int32, Int32>

Parameters:

  • aLength:

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ToString  override virtual

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String