Mono Class Library: Overview

System.Linq.Lookup<TKey,TElement>: Method Members

The methods of System.Linq.Lookup<TKey,TElement> are listed below. For a list of all members, see the Lookup<TKey,TElement> Members list.

See Also: Inherited members from System.Object

Public Methods

ApplyResultSelector<TResult>(Func<TKey, IEnumerable<TElement>,TResult>) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
Contains(TKey) : bool
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<IGrouping<TKey, TElement>>
Documentation for this section has not yet been entered.