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