Foundation.NSMutableDictionary Members

The members of Foundation.NSMutableDictionary are listed below.

See Also: Inherited members from 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.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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
Factory method to create a new mutable dictionary, copying the contents of the specified source NSDictionary.
static
FromFile(string) : NSMutableDictionary
Loads an NSMutableDictionary from the specified path.
static
FromObjectAndKey(NSObject, NSObject) : NSMutableDictionary
Factory method to create a new mutable dictionary, initialized with the specified obj (value) and key.
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[], nint) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromObjectsAndKeys(object[], object[], nint) : NSMutableDictionary
Documentation for this section has not yet been entered.
static
FromSharedKeySet(NSObject) : NSDictionary
Factory method to create a new mutable dictionary, optimized for the specified shared key set.
static
FromUrl(NSUrl) : NSMutableDictionary
Loads an NSMutableDictionary from the specified url.
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<Foundation.NSObject, Foundation.NSObject>>.AddDocumentation for this section has not yet been entered.
IDictionary.AddDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.ContainsDocumentation for this section has not yet been entered.
IDictionary.ContainsDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.CopyToCreates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null.
[read-only]
ICollection<KeyValuePair<Foundation.NSObject, 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<Foundation.NSObject, 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<Foundation.NSObject, 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<Foundation.NSObject, Foundation.NSObject>>.RemoveDocumentation for this section has not yet been entered.
IDictionary.RemoveDocumentation for this section has not yet been entered.
[read-only]
IDictionary<Foundation.NSObject, 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.