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