TDictionary<TKey,TValue>.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: Spring.Collections.Dictionaries
public
 function GetEnumerator: IEnumerator<TGenericPair>; override;

Return Value

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator
IEnumerable.GetEnumerator

Overrides

TEnumerableBase.GetEnumerator