Tuple<T1,T2,T3,T4> Record
Represents type Tuple<T1,T2,T3,T4>
.
The Tuple<T1,T2,T3,T4> type exposes the following members.
Show:
Name | Description | |
---|---|---|
Create(T1,T2,T3,T4) | Initializes a new instance of the Tuple<T1,T2,T3,T4> class. |
Show:
Name | Description | |
---|---|---|
Equals(Tuple<T1,T2,T3,T4>) | Represents method | |
Unpack(T1,T2) | Overloaded. Represents method | |
Unpack(T1,T2,T3) | Overloaded. Represents method | |
Unpack(T1,T2,T3,T4) | Overloaded. Represents method |
Show:
Name | Description | |
---|---|---|
Equality(Tuple<T1,T2,T3,T4>,Tuple<T1,T2,T3,T4>) | Represents operator op_Equality(Tuple<T1,T2,T3,T4>,Tuple<T1,T2,T3,T4>). | |
Implicit( to Tuple<T1,T2,T3,T4>) | Represents a conversion operator. | |
Implicit(TArray to Tuple<T1,T2,T3,T4>) | Represents a conversion operator. | |
Implicit(Tuple<T1,T2,T3,T4> to TArray) | Represents a conversion operator. | |
Implicit(Tuple<T1,T2,T3,T4> to Tuple<T1,T2,T3>) | Represents a conversion operator. | |
Implicit(Tuple<T1,T2,T3,T4> to Tuple<T1,T2>) | Represents a conversion operator. | |
Inequality(Tuple<T1,T2,T3,T4>,Tuple<T1,T2,T3,T4>) | Represents operator op_Inequality(Tuple<T1,T2,T3,T4>,Tuple<T1,T2,T3,T4>). |