次の方法で共有


VersionedKeyValuePair<TKey,TValue>.KeyValuePair プロパティ

定義

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

public System.Collections.Generic.KeyValuePair<TKey,TValue> KeyValuePair { get; }
member this.KeyValuePair : System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public ReadOnly Property KeyValuePair As KeyValuePair(Of TKey, TValue)

プロパティ値

KeyValuePair<TKey,TValue>

適用対象