System.Generics.Collections.TDictionary.TValueCollection.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: TValueEnumerator; reintroduce;

C++

HIDESBASE TDictionary__2<TKey,TValue>::TValueEnumerator* __fastcall GetEnumerator();

Properties

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

Description

Returns an enumerator for the collection of values in the dictionary.

Call GetEnumerator to obtain an enumerator for the collection of values in the dictionary.

See Also

Code Examples