Tuple<T1, T2> Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Item1 | Gets the value of the current Tuple<T1, T2> object's first component. |
![]() | Item2 | Gets the value of the current Tuple<T1, T2> object's second component. |
Show:
