RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TKeyCollection.DoGetEnumerator Method

Returns an enumerator for the collection of keys in the dictionary.

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

DoGetEnumerator is a protected method that returns an enumerator to the collection of keys in the dictionary. 

 

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