LINQ Zip Operator

added by BlackWasp
5/7/2011 8:39:20 AM

115 Views

In the .NET framework version 4.0 Microsoft introduced the Zip method to the set of standard query operators. This extension method combines pairs of values from two sequences to generate a third set of values.


0 comments