 | unZipUnZipT1, T2, T3, T4, T5 Method (IListTupleT1, T2, T3, T4, T5) |
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static Tuple<IList<T1>, IList<T2>, IList<T3>, IList<T4>, IList<T5>> UnZip<T1, T2, T3, T4, T5>(
this IList<Tuple<T1, T2, T3, T4, T5>> this
)
Parameters
- this
- Type: System.Collections.GenericIListTupleT1, T2, T3, T4, T5
The IListT to split.
Type Parameters
- T1
- The first type of the Tuple.
- T2
- The second type of the Tuple.
- T3
- The third type of the Tuple.
- T4
- The fourth type of the Tuple.
- T5
- The fifth type of the Tuple.
Return Value
Type:
TupleIListT1,
IListT2,
IListT3,
IListT4,
IListT5The individual
IListTs.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IListTupleT1,
T2,
T3,
T4,
T5. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also