RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TPairEnumerator.Create Constructor

Creates an instance of TDictionary.TPairEnumerator.

Pascal
constructor Create(ADictionary: TDictionary<TKey,TValue>);
C++
__fastcall TPairEnumerator(TDictionary<TKey,TValue> ADictionary);

Call Create to create an instance of the TDictionary.TPairEnumerator class. 

 

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