System.Generics.Collections.TDictionary.TKeyCollection.DoGetEnumerator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoGetEnumerator: TEnumerator<K>; override;

C++

virtual TEnumerator__1<K>* __fastcall DoGetEnumerator();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyCollection

Beschreibung

Gibt einen Enumerator für die Schlüsselkollektion im Dictionary zurück.

DoGetEnumerator ist eine protected Methode, die einen Enumerator auf die Schlüsselkollektion im Dictionary zurückgibt.

Siehe auch