MonoMac.Foundation.NSMutableDictionary Class
See Also: NSMutableDictionary
Syntax
[MonoMac.Foundation.Register("NSMutableDictionary", true)]
public class NSMutableDictionary : NSDictionary, ICollection<KeyValuePair<NSObject, NSObject>>, IDictionary<NSObject, NSObject>, IEnumerable<KeyValuePair<NSObject, NSObject>>, IDictionary
public class NSMutableDictionary : NSDictionary, ICollection<KeyValuePair<NSObject, NSObject>>, IDictionary<NSObject, NSObject>, IEnumerable<KeyValuePair<NSObject, NSObject>>, IDictionary
Requirements
Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
The members of MonoMac.Foundation.NSMutableDictionary are listed below.
See Also: 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. | ||
Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | ||
Public Properties
Public Methods
Add(NSObject, NSObject) | ||
Clear() | ||
static | FromDictionary(NSDictionary) | |
static | FromFile(String) | |
static | FromObjectAndKey(NSObject, NSObject) | |
static | FromObjectsAndKeys(NSObject[], NSObject[]) | |
static | FromObjectsAndKeys(Object[], Object[]) | |
static | FromObjectsAndKeys(NSObject[], NSObject[], Int32) | |
static | FromObjectsAndKeys(Object[], Object[], Int32) | |
static | FromSharedKeySet(NSObject) | |
static | FromUrl(NSUrl) | |
GetEnumerator() | ||
static | LowlevelFromObjectAndKey(IntPtr, IntPtr) | |
LowlevelSetObject(NSObject, IntPtr) | ||
LowlevelSetObject(IntPtr, IntPtr) | ||
Remove(NSObject) | ||
TryGetValue(NSObject, out NSObject) |