Defines an indexer, size property, and Boolean search method for data structures that map keys to IEnumerable`1 sequences of values.
See Also: ILookup<TKey,TElement> Members
- TKey
- Documentation for this section has not yet been entered.
- TElement
- Documentation for this section has not yet been entered.
The type System.Linq.Lookup`2 implements the System.Linq.ILookup`2 interface.
The extension method erload:System.Linq.Enumerable.ToLookup, which can be appended to the end of a LINQ query, returns an object of type System.Linq.ILookup`2.