System.Generics.Collections.TDictionary.TValueEnumerator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const ADictionary: TDictionary<TKey,TValue>);

C++

__fastcall TValueEnumerator(TDictionary__2<TKey,TValue>* const ADictionary);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TValueEnumerator

Beschreibung

Erzeugt eine Instanz von TDictionary.TValueEnumerator.

Mit Create erzeugen Sie eine Instanz der Klasse TDictionary.TValueEnumerator.

Siehe auch