System.Generics.Collections.TPair

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

Delphi

TPair<K,V> = record

C++

template<typename K, typename V> struct __declspec(delphirecord) TPair__2

プロパティ

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

説明

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

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

関連項目