次の方法で共有


IKeyValuePair<K,V>.Key プロパティ

定義

キーと値のペアのキーを取得します。

public:
 property K Key { K get(); };
K Key();
public K Key { get; }
Public ReadOnly Property Key As K

プロパティ値

K

キー。

注釈

.NET を使用してプログラミングする場合、このインターフェイスは非表示になり、開発者は System.Collections.Generic.KeyValuePair<TKey,TValue 構造体を> 使用する必要があります。

適用対象

こちらもご覧ください