zipUnBound Class |
Namespace: WhetStone.Looping
public static class zipUnBound
| Name | Description | |
|---|---|---|
| ZipUnBound(IEnumerableIEnumerableObject) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBound(IEnumerableIListObject) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundT(IEnumerableIEnumerableT, T) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundT(IEnumerableIListT, T) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundT1, T2(IEnumerableT1, IEnumerableT2, T1, T2) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundT1, T2(IListT1, IListT2, T1, T2) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundT1, T2, T3(IEnumerableT1, IEnumerableT2, IEnumerableT3, T1, T2, T3) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundT1, T2, T3(IListT1, IListT2, IListT3, T1, T2, T3) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundNullableT(IEnumerableIEnumerableT) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundNullableT(IEnumerableIListT) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundNullableT1, T2(IEnumerableT1, IEnumerableT2) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundNullableT1, T2(IListT1, IListT2) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundNullableT1, T2, T3(IEnumerableT1, IEnumerableT2, IEnumerableT3) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundNullableT1, T2, T3(IListT1, IListT2, IListT3) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundTupleT(IEnumerableIEnumerableT) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundTupleT(IEnumerableIListT) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundTupleT1, T2(IEnumerableT1, IEnumerableT2) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundTupleT1, T2(IListT1, IListT2) |
Get all the elements in IListTs spliced together, continuing until they all end.
| |
| ZipUnBoundTupleT1, T2, T3(IEnumerableT1, IEnumerableT2, IEnumerableT3) |
Get all the elements in IEnumerableTs spliced together, continuing until they all end.
| |
| ZipUnBoundTupleT1, T2, T3(IListT1, IListT2, IListT3) |
Get all the elements in IListTs spliced together, continuing until they all end.
|