Bridge

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

Gets the value in the key/value pair.

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

Syntax


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

Return Value

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