The members of Foundation.NSMutableDictionary are listed below.
See Also: Inherited members from Foundation.NSDictionary
| 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. | 
| 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. | 
| [read-only] override  | ClassHandle | IntPtr. 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. | 
| 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) Factory method to create a new mutable dictionary, copying the contents of the specified source NSDictionary. | |
| static  | FromFile(string) Loads an NSMutableDictionary from the specified path. | |
| static  | FromObjectAndKey(NSObject, NSObject) Factory method to create a new mutable dictionary, initialized with the specified obj (value) and key. | |
| static  | FromObjectsAndKeys(NSObject[], NSObject[]) Documentation for this section has not yet been entered. | |
| static  | FromObjectsAndKeys(object[], object[]) Documentation for this section has not yet been entered. | |
| static  | FromObjectsAndKeys(NSObject[], NSObject[], nint) Documentation for this section has not yet been entered. | |
| static  | FromObjectsAndKeys(object[], object[], nint) Documentation for this section has not yet been entered. | |
| static  | FromSharedKeySet(NSObject) Factory method to create a new mutable dictionary, optimized for the specified shared key set. | |
| static  | FromUrl(NSUrl) Loads an NSMutableDictionary from the specified url. | |
| GetEnumerator() Documentation for this section has not yet been entered. | ||
| static  | LowlevelFromObjectAndKey(IntPtr, IntPtr) 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) Documentation for this section has not yet been entered. | ||
| TryGetValue(NSObject, out NSObject) Documentation for this section has not yet been entered. | ||
| ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.Add | Documentation for this section has not yet been entered. | |
| IDictionary.Add | Documentation for this section has not yet been entered. | |
| ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.Contains | Documentation for this section has not yet been entered. | |
| IDictionary.Contains | Documentation for this section has not yet been entered. | |
| ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.CopyTo | Creates 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>>.Count | int. Documentation for this section has not yet been entered. | 
| IDictionary.GetEnumerator | Documentation for this section has not yet been entered. | |
| IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. | |
| [read-only] | IDictionary.IsFixedSize | bool. Documentation for this section has not yet been entered. | 
| [read-only] | ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.IsReadOnly | bool. Documentation for this section has not yet been entered. | 
| [read-only] | IDictionary.IsReadOnly | bool. Documentation for this section has not yet been entered. | 
| IDictionary.Item | object. Documentation for this section has not yet been entered. | |
| [read-only] | IDictionary<Foundation.NSObject, Foundation.NSObject>.Keys | ICollection<NSObject>. Documentation for this section has not yet been entered. | 
| [read-only] | IDictionary.Keys | ICollection. Documentation for this section has not yet been entered. | 
| ICollection<KeyValuePair<Foundation.NSObject, Foundation.NSObject>>.Remove | Documentation for this section has not yet been entered. | |
| IDictionary.Remove | Documentation for this section has not yet been entered. | |
| [read-only] | IDictionary<Foundation.NSObject, Foundation.NSObject>.Values | ICollection<NSObject>. Documentation for this section has not yet been entered. | 
| [read-only] | IDictionary.Values | ICollection. Documentation for this section has not yet been entered. |