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