API:System.Generics.Collections.TDictionary.TKeyCollection.DoGetEnumerator
Delphi
function DoGetEnumerator: TEnumerator<TKey>; override;
C++
virtual TEnumerator__1<TKey>* __fastcall DoGetEnumerator(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TKeyCollection |
Description
Returns the container's enumerator. {{#multireplace:System.Generics.Collections.TDictionary.TKeyCollection.DoGetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Generics.Collections.TEnumerable.DoGetEnumerator|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.DoGetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the container's enumerator.
Implement the DoGetEnumerator protected method in order to return the container's enumerator.