TLookup<TKey,TElement>.TGrouping.GetEnumerator Method
Returns an enumerator that iterates through the collection.
public function GetEnumerator: IEnumerator<TElement>; override;
Return Value
Type: IEnumerator<TElement>
An IEnumerator<T> that can be used to iterate through the collection.