Tuple2T1, T2, T3, T4 Class |
Namespace: System
public sealed class Tuple2<T1, T2, T3, T4>
The Tuple2T1, T2, T3, T4 type exposes the following members.
Name | Description | |
---|---|---|
Tuple2T1, T2, T3, T4 |
Create a new tuple value
|
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Name | Description | |
---|---|---|
Item1 |
Retyurns the first element of the tuple
| |
Item2 |
Returns the second element of the tuple
| |
Item3 |
Returns the second element of the tuple
| |
Item4 |
Returns the second element of the tuple
|