NSMutableDictionary.Add(NSObject, NSObject) Method

Definition

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.

Implements

Applies to