Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValueTuple<T1, T2, T3>::Item1 Field

 

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

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

public:
T1 Item1

Field Value

Type: T1

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

.NET Framework
Available since 4.7
Return to top
Show:
© 2017 Microsoft