API:System.Generics.Collections.TDictionary.TKeyCollection.GetEnumerator
Delphi
function GetEnumerator: TKeyEnumerator; reintroduce;
C++
HIDESBASE TDictionary__2<TKey,TValue>::TKeyEnumerator* __fastcall GetEnumerator(void);
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 container. {{#multireplace:System.Generics.Collections.TDictionary.TKeyCollection.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Generics.Collections.TEnumerable.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Generics.Collections.TEnumerable.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns an enumerator for the container.
Call GetEnumerator to obtain an enumerator for the container, as returned by the DoGetEnumerator protected method.