MonobjcMonobjc Documented Class Library
Keys Property
NamespacesMonobjc.FoundationNSDictionaryKeys
Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ICollection<Id> Keys { get; }
Public Overridable ReadOnly Property Keys As ICollection(Of Id)
	Get
public:
virtual property ICollection<Id^>^ Keys {
	ICollection<Id^>^ get ();
}
Value
Return Value
An ICollection<(Of <(<'T>)>)> containing the keys of 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)