System.Generics.Collections.TPair

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

Delphi

 TPair<TKey,TValue> = record
 Key: TKey;
 Value: TValue;
 constructor Create(const AKey: TKey; const AValue: TValue);
 end;

C++

template<typename TKey, typename TValue> struct __declspec(delphirecord) TPair__2

プロパティ

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

説明

TPair は、キーと値のペアを格納するレコードです。

TPair 型の変数には、キーと値のペアが格納されます。

関連項目

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=System.Generics.Collections.TPair&oldid=187851」から取得