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