Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. An exception is thrown if the input sequences are of different lengths.
// TODO add example
See also Exploring MoreLINQ Part 1 - Zipping by Mark Heath and his video
that covers EquiZip
:
For more details, see the documentation.
✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.