NSMutableDictionary.Add(NSObject, NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an element with the provided key and value to the dictionary.
public void Add(Foundation.NSObject key, Foundation.NSObject value);
abstract member Add : Foundation.NSObject * Foundation.NSObject -> unit
override this.Add : Foundation.NSObject * Foundation.NSObject -> unit
Parameters
- key
- NSObject
The key of the element to add.
- value
- NSObject
The value of the element to add.