API:System.Generics.Collections.TDictionary.GetEnumerator
Delphi
function GetEnumerator: TPairEnumerator; reintroduce;
C++
HIDESBASE TPairEnumerator* __fastcall GetEnumerator();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
Description
Returns an enumerator for the container.
System.Generics.Collections.TDictionary.GetEnumerator inherits from System.Generics.Collections.TEnumerable.GetEnumerator. All content below this line refers to System.Generics.Collections.TEnumerable.GetEnumerator.
Returns an enumerator for the container.
Call GetEnumerator to obtain an enumerator for the container, as returned by the DoGetEnumerator protected method.
See Also
Code Examples