Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
zip Class
zip Methods
Zip Method
Zip(T) Method (IEnumerable(IEnumerable(T)))
Zip Method (IEnumerable(IEnumerable))
Zip(T) Method (IList(IList(T)))
Zip Method (IList(IList))
Zip(T1, T2) Method (IEnumerable(T1), IEnumerable(T2))
Zip(T1, T2) Method (IList(T1), IList(T2))
Zip(T1, T2, T3) Method (IEnumerable(T1), IEnumerable(T2), IEnumerable(T3))
Zip(T1, T2, T3) Method (IList(T1), IList(T2), IList(T3))
Zip(T1, T2, T3, T4) Method (IEnumerable(T1), IEnumerable(T2), IEnumerable(T3), IEnumerable(T4))
Zip(T1, T2, T3, T4) Method (IList(T1), IList(T2), IList(T3), IList(T4))
Zip(T1, T2, T3, T4, T5) Method (IEnumerable(T1), IEnumerable(T2), IEnumerable(T3), IEnumerable(T4), IEnumerable(T5))
Zip(T1, T2, T3, T4, T5) Method (IList(T1), IList(T2), IList(T3), IList(T4), IList(T5))
zip
Zip
T
Method (IList
IList
T
)
Get all the elements in
IList
T
s spliced together.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
IList
<
IList
<T>>
Zip
<T>(
this
IList
<
IList
<T>>
this
)
Parameters
this
Type:
System.Collections.Generic
IList
IList
T
The
IList
T
of
IList
T
s to zip.
Type Parameters
T
The types of the
IList
T
s
Return Value
Type:
IList
IList
T
this
transposed.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IList
IList
T
. 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)
.
Remarks
The result is only as long as the shortest input
See Also
Reference
zip Class
Zip Overload
WhetStone.Looping Namespace