MonoMac.Foundation.NSMutableDictionary: Method Members

The methods of MonoMac.Foundation.NSMutableDictionary are listed below. For a list of all members, see the NSMutableDictionary Members list.

See Also: Inherited members from MonoMac.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
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.