System.Generics.Collections.TPair.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const AKey: K; const AValue: V);

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TPair


説明

Creates は、TPair のインスタンスを破壊します。

AKey は、「キー&値」ペアのキーで、AValue は、指定されたキーで識別される値です。

関連項目