System.Generics.Collections.TPair.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AKey: TKey; const AValue: TValue);

C++

inline __fastcall TPair__2<TKey, TValue>::TPair__2(const TKey AKey, const TValue AValue) :
TPair__2() {}

Properties

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

Description

Creates an instance of TPair.

AKey is the key of the key-value pair, AValue is the value identified by the specified key.

See Also