System.Generics.Collections.TList.DoGetEnumerator
Delphi
function DoGetEnumerator: TEnumerator<T>; override;
C++
virtual TEnumerator__1<T>* __fastcall DoGetEnumerator(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TList |
Description
Returns the container's enumerator. {{#multireplace:System.Generics.Collections.TList.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.