ValueTuple<T1, T2, T3, T4>::Item4 Field

 

Gets the value of the current ValueTuple<T1, T2, T3, T4> instance's fourth element.

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

public:
T4 Item4

Field Value

Type: T4

The value of the current ValueTuple<T1, T2, T3, T4> instance's fourth element.

.NET Framework
Available since 4.7
Return to top
Show: