Tuple<T1,T2,T3>
Overview
Tuple structure that can hold three objects.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Tuple<T1,T2,T3>
constructor protected (declared in ValueType)
constructor
Tuple<T1,T2,T3>()
init()
Tuple<T1,T2,T3>()
Sub New()
constructor (T1, T2, T3)
constructor(aItem1: T1; aItem2: T2; aItem3: T3)
Tuple<T1,T2,T3>(T1 aItem1, T2 aItem2, T3 aItem3)
init(_ aItem1: T1, _ aItem2: T2, _ aItem3: T3)
Tuple<T1,T2,T3>(T1 aItem1, T2 aItem2, T3 aItem3)
Sub New(aItem1 As T1, aItem2 As T2, aItem3 As T3)
Parameters:
- aItem1:
- aItem2:
- aItem3:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Parameters:
- arg1:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
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
Item1
property Item1: T1 read;
T1 Item1 { get; }
var Item1: T1 { get{} }
T1 Item1 { __get; }
ReadOnly Property Item1() As T1
Item2
property Item2: T2 read;
T2 Item2 { get; }
var Item2: T2 { get{} }
T2 Item2 { __get; }
ReadOnly Property Item2() As T2
Item3
property Item3: T3 read;
T3 Item3 { get; }
var Item3: T3 { get{} }
T3 Item3 { __get; }
ReadOnly Property Item3() As T3
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString virtual (declared in Object)
Gets the string representation of this method.
Item1
property Item1: T1 read;
T1 Item1 { get; }
var Item1: T1 { get{} }
T1 Item1 { __get; }
ReadOnly Property Item1() As T1
Item2
property Item2: T2 read;
T2 Item2 { get; }
var Item2: T2 { get{} }
T2 Item2 { __get; }
ReadOnly Property Item2() As T2
Item3
property Item3: T3 read;
T3 Item3 { get; }
var Item3: T3 { get{} }
T3 Item3 { __get; }
ReadOnly Property Item3() As T3
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected (declared in ValueType)
constructor
Tuple<T1,T2,T3>()
init()
Tuple<T1,T2,T3>()
Sub New()
constructor (T1, T2, T3)
constructor(aItem1: T1; aItem2: T2; aItem3: T3)
Tuple<T1,T2,T3>(T1 aItem1, T2 aItem2, T3 aItem3)
init(_ aItem1: T1, _ aItem2: T2, _ aItem3: T3)
Tuple<T1,T2,T3>(T1 aItem1, T2 aItem2, T3 aItem3)
Sub New(aItem1 As T1, aItem2 As T2, aItem3 As T3)
Parameters:
- aItem1:
- aItem2:
- aItem3:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Parameters:
- arg1:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
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.