System.Generics.Collections.TDictionary.TPairEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ADictionary: TDictionary<TKey,TValue>);

C++

__fastcall TPairEnumerator(TDictionary__2<TKey,TValue>* const ADictionary);

Properties

Type Visibility Source Unit Parent
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TPairEnumerator

Description

Creates an instance of TDictionary.TPairEnumerator.

Call Create to create an instance of the TDictionary.TPairEnumerator class.

See Also