System.Generics.Collections.TDictionary.TKeyCollection.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: TKeyEnumerator; reintroduce;

C++

HIDESBASE TDictionary__2<TKey,TValue>::TKeyEnumerator* __fastcall GetEnumerator();

Properties

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

Description

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

Call GetEnumerator to obtain an enumerator for the collection of keys in the dictionary.

See Also

Code Examples