Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Zip, a single merging operator, was added into .NET Framework 4.
The Zip operator merges the corresponding elements of two sequences using a specified selector function. The selector function takes an element from the first sequence and the corresponding element from the second sequence and projects a result using the function supplied. This process continues until one of the sequences (or both) has no more elements.