TDictionary<TKey,TValue>.TKeyCollection.GetEnumerator Method

Returns an enumerator that iterates through a collection.

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

Return Value

Type: IEnumerator<TKey>

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

Overrides

TEnumerableBase.GetEnumerator