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