Foundation.NSMutableDictionary: Method Members

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

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.