Bridge

KeyValuePair<(Of <(<'TKey, TValue>)>)>..::..Key Property

Gets the key in the key/value pair.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
public TKey Key { get; }
<FieldPropertyAttribute> _
Public ReadOnly Property Key As TKey
	Get
[FieldPropertyAttribute]
public:
property TKey Key {
	TKey get ();
}

Return Value

A TKey that is the key of the KeyValuePair<(Of <(<'TKey, TValue>)>)>.