| Name | Description |
|---|
  | Deconstruct(Of T1)(Tuple(Of T1), T1) | Deconstructs a tuple with 1 element into a separate variable. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) | Deconstructs a tuple with 10 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) | Deconstructs a tuple with 11 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) | Deconstructs a tuple with 12 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) | Deconstructs a tuple with 13 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) | Deconstructs a tuple with 14 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) | Deconstructs a tuple with 15 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) | Deconstructs a tuple with 16 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) | Deconstructs a tuple with 17 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) | Deconstructs a tuple with 18 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18, T19))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) | Deconstructs a tuple with 19 elements into separate variables. |
  | Deconstruct(Of T1, T2)(Tuple(Of T1, T2), T1, T2) | Deconstructs a tuple with 2 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18, T19, T20))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) | Deconstructs a tuple with 20 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18, T19, T20, T21))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) | Deconstructs a tuple with 21 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3)(Tuple(Of T1, T2, T3), T1, T2, T3) | Deconstructs a tuple with 3 elements into separate variables.
|
  | Deconstruct(Of T1, T2, T3, T4)(Tuple(Of T1, T2, T3, T4), T1, T2, T3, T4) | Deconstructs a tuple with 4 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5)(Tuple(Of T1, T2, T3, T4, T5), T1, T2, T3, T4, T5) | Deconstructs a tuple with 5 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6)(Tuple(Of T1, T2, T3, T4, T5, T6), T1, T2, T3, T4, T5, T6) | Deconstructs a tuple with 6 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7)(Tuple(Of T1, T2, T3, T4, T5, T6, T7), T1, T2, T3, T4, T5, T6, T7) | Deconstructs a tuple with 7 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8)), T1, T2, T3, T4, T5, T6, T7, T8) | Deconstructs a tuple with 8 elements into separate variables. |
  | Deconstruct(Of T1, T2, T3, T4, T5, T6, T7, T8, T9)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9)), T1, T2, T3, T4, T5, T6, T7, T8, T9) | Deconstructs a tuple with 9 elements into separate variables. |
  | ToTuple(Of T1)(ValueTuple(Of T1)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15, T16)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15, T16, T17)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15, T16, T17, T18)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15, T16, T17, T18, T19)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2)(ValueTuple(Of T1, T2)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15, T16, T17, T18, T19, T20)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9, T10, T11, T12, T13, T14, ValueTuple(Of T15, T16, T17, T18, T19, T20, T21)))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3)(ValueTuple(Of T1, T2, T3)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4)(ValueTuple(Of T1, T2, T3, T4)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5)(ValueTuple(Of T1, T2, T3, T4, T5)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6)(ValueTuple(Of T1, T2, T3, T4, T5, T6)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7)) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9)(ValueTuple(Of T1, T2, T3, T4, T5, T6, T7, ValueTuple(Of T8, T9))) | Converts an instance of the ValueTuple structure to an instance of the Tuple class. |
  | ToValueTuple(Of T1)(Tuple(Of T1)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18, T19)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2)(Tuple(Of T1, T2)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18, T19, T20)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9, T10, T11, T12, T13, T14, Tuple(Of T15, T16, T17, T18, T19, T20, T21)))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3)(Tuple(Of T1, T2, T3)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4)(Tuple(Of T1, T2, T3, T4)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5)(Tuple(Of T1, T2, T3, T4, T5)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6)(Tuple(Of T1, T2, T3, T4, T5, T6)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7)(Tuple(Of T1, T2, T3, T4, T5, T6, T7)) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |
  | ToValueTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9)(Tuple(Of T1, T2, T3, T4, T5, T6, T7, Tuple(Of T8, T9))) | Converts an instance of the Tuple class to an instance of the ValueTuple structure. |