System.Linq.Lookup<TKey,TElement> Members

The members of System.Linq.Lookup<TKey,TElement> are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of key/value collection pairs in the System.Linq.Lookup`2.

[read-only]
default property
Item(TKey)IEnumerable<TElement>. Documentation for this section has not yet been entered.

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>>

Returns a generic enumerator that iterates through the System.Linq.Lookup`2.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator

Returns an enumerator that iterates through the System.Linq.Lookup`2. This class cannot be inherited.