TLookup<TKey,TElement>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Spring.Collections.Extensions
public
 function GetEnumerator: IEnumerator<IGrouping<TKey, TElement>>; override;

Return Value

Type: IEnumerator<IGrouping<TKey, TElement>>

An IEnumerator<T> that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator

Overrides

TEnumerableBase<T>.GetEnumerator