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.

TupleExtensions::ToValueTuple Method

 

Converts a tuple to a value tuple.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1>(Tuple<T1>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2>(Tuple<T1, T2>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9, T10, T11, T12, T13, T14, Tuple<T15, T16, T17, T18, T19, T20, T21>^>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3>(Tuple<T1, T2, T3>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4>(Tuple<T1, T2, T3, T4>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5>(Tuple<T1, T2, T3, T4, T5>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6>(Tuple<T1, T2, T3, T4, T5, T6>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7>(Tuple<T1, T2, T3, T4, T5, T6, T7>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

System_CAPS_pubmethodSystem_CAPS_staticToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Tuple<T1, T2, T3, T4, T5, T6, T7, Tuple<T8, T9>^>^)

Converts an instance of the Tuple class to an instance of the ValueTuple structure.

Return to top
Show:
© 2017 Microsoft