API:System.Generics.Collections.TDictionary.DoGetEnumerator

From RAD Studio API Documentation
Revision as of 06:12, 8 October 2011 by PyBot (talk | contribs) (Created page with '<section begin=api /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: TDictionary'''</li> </ul> <vclInfo n...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function DoGetEnumerator: TEnumerator<TPair<TKey,TValue>>; override;

C++

virtual TEnumerator__1<TPair__2<TKey,TValue> >* __fastcall DoGetEnumerator(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TDictionary

Description

Returns the container's enumerator.

System.Generics.Collections.TDictionary.DoGetEnumerator inherits from System.Generics.Collections.TEnumerable.DoGetEnumerator. All content below this line refers to System.Generics.Collections.TEnumerable.DoGetEnumerator.

Returns the container's enumerator.

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

See Also