Bridge

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Values Property

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

Syntax


ICollection<TValue> Values { get; }
ReadOnly Property Values As ICollection(Of TValue)
	Get
property ICollection<TValue>^ Values {
	ICollection<TValue>^ get ();
}

Return Value

An ICollection<(Of <(<'T>)>)> containing the values in the object that implements IDictionary<(Of <(<'TKey, TValue>)>)>.