API:System.Generics.Collections.TDictionary.TValueCollection.DoGetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetEnumerator: TEnumerator<TValue>; override;

C++

virtual TEnumerator__1<TValue>* __fastcall DoGetEnumerator();

Properties

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

Description

Returns the container's enumerator.

System.Generics.Collections.TDictionary.TValueCollection.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