System.Generics.Collections.TDictionary.TKeyEnumerator.Create
Delphi
constructor Create(const ADictionary: TDictionary<K,V>);
C++
__fastcall TKeyEnumerator(TDictionary__2<K,V>* const ADictionary);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| constructor | public | System.Generics.Collections.pas System.Generics.Collections.hpp | System.Generics.Collections | TKeyEnumerator | 
Description
Creates an instance of TDictionary.TKeyEnumerator.
Call Create to create an instance of the TDictionary.TKeyEnumerator class.