MonoMac.Foundation.NSMutableDictionary Members

The members of MonoMac.Foundation.NSMutableDictionary are listed below.

See Also: Inherited members from MonoMac.Foundation.NSDictionary

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.
Constructor to call on derived classes when the derived class has an [Export] constructor.
Documentation for this section has not yet been entered.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
default property
override
Item(NSObject)NSObject. Documentation for this section has not yet been entered.
default property
override
Item(NSString)NSObject. Documentation for this section has not yet been entered.
default property
override
Item(string)NSObject. Documentation for this section has not yet been entered.

Public Methods

Add(NSObject, NSObject)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
static
FromDictionary(NSDictionary) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromFile(string) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromObjectAndKey(NSObject, NSObject) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromObjectsAndKeys(NSObject[], NSObject[]) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromObjectsAndKeys(object[], object[]) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromObjectsAndKeys(NSObject[], NSObject[], int) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromObjectsAndKeys(object[], object[], int) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromSharedKeySet(NSObject) : NSDictionary
Documentation for this section has not yet been entered.
static
FromUrl(NSUrl) : NSMutableDictionary
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<KeyValuePair<NSObject, NSObject>>
Documentation for this section has not yet been entered.
static
LowlevelFromObjectAndKey(IntPtr, IntPtr) : NSMutableDictionary
Documentation for this section has not yet been entered.
LowlevelSetObject(NSObject, IntPtr)
Documentation for this section has not yet been entered.
LowlevelSetObject(IntPtr, IntPtr)
Documentation for this section has not yet been entered.
Remove(NSObject) : bool
Documentation for this section has not yet been entered.
TryGetValue(NSObject, out NSObject) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection<KeyValuePair<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>>.AddDocumentation for this section has not yet been entered.
IDictionary.AddDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>>.ContainsDocumentation for this section has not yet been entered.
IDictionary.ContainsDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>>.CopyToDocumentation for this section has not yet been entered.
[read-only]
ICollection<KeyValuePair<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>>.Countint. Documentation for this section has not yet been entered.
IDictionary.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
IDictionary.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
ICollection<KeyValuePair<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>>.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
IDictionary.IsReadOnlybool. Documentation for this section has not yet been entered.
IDictionary.Itemobject. Documentation for this section has not yet been entered.
[read-only]
IDictionary<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>.KeysICollection<NSObject>. Documentation for this section has not yet been entered.
[read-only]
IDictionary.KeysICollection. Documentation for this section has not yet been entered.
ICollection<KeyValuePair<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>>.RemoveDocumentation for this section has not yet been entered.
IDictionary.RemoveDocumentation for this section has not yet been entered.
[read-only]
IDictionary<MonoMac.Foundation.NSObject, MonoMac.Foundation.NSObject>.ValuesICollection<NSObject>. Documentation for this section has not yet been entered.
[read-only]
IDictionary.ValuesICollection. Documentation for this section has not yet been entered.