TMultiMapBase<TKey,TValue>.GetEnumerator Method
Returns an enumerator that iterates through a collection.
public function GetEnumerator: IEnumerator<TGenericPair>; override;
Return Value
Type: IEnumerator<TGenericPair>
An IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerable.GetEnumeratorIEnumerable.GetEnumerator