ValueTuple<T1> Constructor (T1)

 

Initializes a new ValueTuple<T1> instance.

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

public:
ValueTuple(
	T1 item1
)

Parameters

item1
Type: T1

The value tuple's first element.

.NET Framework
Available since 4.7
Return to top
Show: