ValueTuple<T1, T2, T3> Fields
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Item1 | Gets the value of the current ValueTuple<T1, T2, T3> instance's first element. |
![]() | Item2 | Gets the value of the current ValueTuple<T1, T2, T3> instance's second element. |
![]() | Item3 | Gets the value of the current ValueTuple<T1, T2, T3> instance's third element. |
Show:
