System.Generics.Collections.TEnumerable.DoGetEnumerator
Delphi
function DoGetEnumerator: TEnumerator<T>; virtual; abstract;
C++
virtual TEnumerator__1<T>* __fastcall DoGetEnumerator() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TEnumerable |
Description
Returns the container's enumerator.
Implement the DoGetEnumerator protected method in order to return the container's enumerator.