Bridge

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

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

Syntax


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