ILookup<TKey, TElement>
Defines an indexer, size property, and Boolean search method for data structures that map keys to IEnumerable<T> sequences of values.
Gets the number of key/value collection pairs in the ILookup<T, U>.
Gets the IEnumerable<T> sequence of values indexed by a specified key.
Determines whether a specified key exists in the ILookup<T, U>.