ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>::Item6 Field

 

Gets the value of the current ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest> instance's sixth element.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
T6 Item6

Field Value

Type: T6

The value of the current ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest> instance's sixth element.

.NET Framework
Available since 4.7
Return to top
Show: