Range
Overview
Location
- Reference: Island.fx
- Namespace: Remobjects.Elements.System
- Ancestry: ValueType | Range
constructor protected (declared in ValueType)
constructor
Range()
init()
Range()
Sub New()
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
Parameters:
- aEnd:
Default constructor.
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)
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
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
EndAt
Parameters:
- aEnd:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
StartAt
Parameters:
- aStart:
constructor protected (declared in ValueType)
constructor
Range()
init()
Range()
Sub New()
Parameters:
- aStart:
- aEnd:
Default constructor.
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