RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEnumerable.DoGetEnumerator Method

Returns the container's enumerator.

Pascal
function DoGetEnumerator: TEnumerator<T>; virtual; abstract;
C++
virtual __fastcall TEnumerator<T> DoGetEnumerator() = 0;

Implement the DoGetEnumerator protected method in order to return the container's enumerator. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!