| Name | Description |
---|
  | Zip(IEnumerableIEnumerable) | |
  | Zip(IListIList) |
Get all the elements in ILists spliced together.
|
  | ZipT(IEnumerableIEnumerableT) | |
  | ZipT(IListIListT) |
Get all the elements in IListTs spliced together.
|
  | ZipT1, T2(IEnumerableT1, IEnumerableT2) | |
  | ZipT1, T2(IListT1, IListT2) |
Get all the elements in two IListTs spliced together.
|
  | ZipT1, T2, T3(IEnumerableT1, IEnumerableT2, IEnumerableT3) |
Get all the elements in three IEnumerableTs spliced together.
|
  | ZipT1, T2, T3(IListT1, IListT2, IListT3) |
Get all the elements in three IListTs spliced together.
|
  | ZipT1, T2, T3, T4(IEnumerableT1, IEnumerableT2, IEnumerableT3, IEnumerableT4) |
Get all the elements in four IEnumerableTs spliced together.
|
  | ZipT1, T2, T3, T4(IListT1, IListT2, IListT3, IListT4) |
Get all the elements in four IListTs spliced together.
|
  | ZipT1, T2, T3, T4, T5(IEnumerableT1, IEnumerableT2, IEnumerableT3, IEnumerableT4, IEnumerableT5) |
Get all the elements in five IEnumerableTs spliced together.
|
  | ZipT1, T2, T3, T4, T5(IListT1, IListT2, IListT3, IListT4, IListT5) |
Get all the elements in five IListTs spliced together.
|