IDictionary<(Of <(<'TKey, TValue>)>)>..::..Values Property
Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
ICollection<TValue> Values { get; }
ReadOnly Property Values As ICollection(Of TValue) Get
property ICollection<TValue>^ Values { ICollection<TValue>^ get (); }