TGroupedEnumerable<TSource,TKey,TElement,TResult>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Spring.Collections.Extensions
public
 function GetEnumerator: IEnumerator<TResult>; override;

Return Value

Type: IEnumerator<TResult>

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

Overrides

TEnumerableBase<T>.GetEnumerator