Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
zipUnBound Class
zipUnBound Methods
ZipUnBoundTuple Method
ZipUnBoundTuple(T) Method (IEnumerable(IEnumerable(T)))
ZipUnBoundTuple(T) Method (IEnumerable(IList(T)))
ZipUnBoundTuple(T1, T2) Method (IEnumerable(T1), IEnumerable(T2))
ZipUnBoundTuple(T1, T2) Method (IList(T1), IList(T2))
ZipUnBoundTuple(T1, T2, T3) Method (IEnumerable(T1), IEnumerable(T2), IEnumerable(T3))
ZipUnBoundTuple(T1, T2, T3) Method (IList(T1), IList(T2), IList(T3))
zipUnBound
ZipUnBoundTuple
T
Method (IEnumerable
IList
T
)
Get all the elements in
IList
T
s spliced together, continuing until they all end.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
IList
<
IList
<
Tuple
<T>>>
ZipUnBoundTuple
<T>(
this
IEnumerable
<
IList
<T>>
this
)
Parameters
this
Type:
System.Collections.Generic
IEnumerable
IList
T
The
IList
T
s to zip.
Type Parameters
T
The type of the
IList
T
.
Return Value
Type:
IList
IList
Tuple
T
this
transposed, filling ended
IList
T
s with
.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
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)
.
See Also
Reference
zipUnBound Class
ZipUnBoundTuple Overload
WhetStone.Looping Namespace