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