System.Generics.Collections.TDictionary.TValueCollection.GetEnumerator
Delphi
function GetEnumerator: TValueEnumerator; reintroduce;
C++
HIDESBASE TDictionary__2<TKey,TValue>::TValueEnumerator* __fastcall GetEnumerator(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Generics.Collections.pas System.Generics.Collections.hpp | System.Generics.Collections | TValueCollection | 
Description
Returns an enumerator for the collection of values in the dictionary.
Call GetEnumerator to obtain an enumerator for the collection of values in the dictionary.
See Also
Code Examples