Create Method

Tuple.Create Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a new tuple object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Create(Of T1)(T1) Creates a new 1-tuple, or singleton.
Public method Static member Create(Of T1, T2)(T1, T2) Creates a new 2-tuple, or pair.
Public method Static member Create(Of T1, T2, T3)(T1, T2, T3) Creates a new 3-tuple, or triple.
Public method Static member Create(Of T1, T2, T3, T4)(T1, T2, T3, T4) Creates a new 4-tuple, or quadruple.
Public method Static member Create(Of T1, T2, T3, T4, T5)(T1, T2, T3, T4, T5) Creates a new 5-tuple, or quintuple.
Public method Static member Create(Of T1, T2, T3, T4, T5, T6)(T1, T2, T3, T4, T5, T6) Creates a new 6-tuple, or sextuple.
Public method Static member Create(Of T1, T2, T3, T4, T5, T6, T7)(T1, T2, T3, T4, T5, T6, T7) Creates a new 7-tuple, or septuple.
Public method Static member Create(Of T1, T2, T3, T4, T5, T6, T7, T8)(T1, T2, T3, T4, T5, T6, T7, T8) Creates a new 8-tuple, or octuple.
Top

Show:
© 2017 Microsoft