Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.

C# | Visual Basic | Visual C++ |
public virtual ICollection<Id> Values { get; }
Public Overridable ReadOnly Property Values As ICollection(Of Id) Get
public: virtual property ICollection<Id^>^ Values { ICollection<Id^>^ get (); }


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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)