KeyValuePair<(Of <(<'TKey, TValue>)>)>..::..Value Property
Gets the value in the key/value pair.
Namespace:
System.Collections.GenericAssembly: 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 (); }