Implementing the Zip Operator in .NET 3.5

added by BlackWasp
5/10/2011 3:05:26 PM

171 Views

Microsoft introduced the Zip operator to Language-Integrated Query (LINQ) with the .NET framework version 4.0. This operator is not available in version 3.5 of the framework but can be implemented quite easily.


0 comments