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, T4, T5> Constructor (T1, T2, T3, T4, T5)

 

Initializes a new ValueTuple<T1, T2, T3, T4, T5> instance.

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

public:
ValueTuple(
	T1 item1,
	T2 item2,
	T3 item3,
	T4 item4,
	T5 item5
)

Parameters

item1
Type: T1

The value tuple's first element.

item2
Type: T2

The value tuple's second element.

item3
Type: T3

The value tuple's third element.

item4
Type: T4

The value tuple's fourth element.

item5
Type: T5

The value tuple's fifth element.

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