The methods of Foundation.NSMutableDictionary are listed below. For a list of all members, see the NSMutableDictionary Members list.
See Also: Inherited members from Foundation.NSDictionary
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. | ||