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 Method (IEnumerable
IEnumerable
)
Get all the elements in
IEnumerable
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
IEnumerable
<
IEnumerable
>
Zip
(
this
IEnumerable
<
IEnumerable
>
this
)
Parameters
this
Type:
System.Collections.Generic
IEnumerable
IEnumerable
The
IEnumerable
of
IEnumerable
T
s to zip.
Return Value
Type:
IEnumerable
IEnumerable
this
transposed.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
IEnumerable
. 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