LINQ ToLookup Operator

added by BlackWasp
5/23/2011 1:25:33 AM

284 Views

Language-Integrated Query (LINQ) provides several methods that allow a sequence to be manipulated, filtered and grouped. ToLookup performs a grouping operation that results in a sequence of key / value pairs, where each value is another sequence.


0 comments