System.Generics.Collections.TDictionary.TKeyCollection.DoGetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetEnumerator: TEnumerator<TKey>; override;

C++

virtual TEnumerator__1<TKey>* __fastcall DoGetEnumerator();

Properties

Type Visibility Source Unit Parent
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyCollection

Description

Returns an enumerator for the collection of keys in the dictionary.

DoGetEnumerator is a protected method that returns an enumerator to the collection of keys in the dictionary.

See Also