表示設定
System.Generics.Collections.TPair
出典: XE2 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_DRECORD TPair__2
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
struct class |
public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | System.Generics.Collections |
説明
TPair は、キーと値のペアを格納するレコードです。
TPair 型の変数には、キーと値のペアが格納されます。