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:
Equals virtual (declared in Object)
Parameters:
- aOther:
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
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 virtual (declared in Object)
Gets the string representation of this method.
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:
Equals virtual (declared in Object)
Parameters:
- aOther:
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
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 virtual (declared in Object)
Gets the string representation of this method.