RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueue.DoGetEnumerator Method

Returns the container's enumerator.

Pascal
function DoGetEnumerator: TEnumerator<T>; override;
C++
virtual __fastcall TEnumerator<T> DoGetEnumerator();

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!