MonobjcMonobjc Documented Class Library
Values Property
NamespacesMonobjc.FoundationNSDictionaryValues
Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.
Declaration Syntax
C#Visual BasicVisual 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 ();
}
Value
Return Value
An ICollection<(Of <(<'T>)>)> containing the values in the object that implements IDictionary<(Of <(<'TKey, TValue>)>)>.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)