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 an enumerator for the collection of values in the dictionary.

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

See Also