VersionedKeyValuePair<TKey,TValue>.KeyValuePair Property

Definition

Gets the key-value pair.

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)

Property Value

KeyValuePair<TKey,TValue>

Applies to