JavaDictionary<K,V>.Add Method

Definition

Overloads

Add(KeyValuePair<K,V>)
Add(K, V)

Add(KeyValuePair<K,V>)

public void Add (System.Collections.Generic.KeyValuePair<K,V> item);
override this.Add : System.Collections.Generic.KeyValuePair<'K, 'V> -> unit

Parameters

item
KeyValuePair<K,V>

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Add(K, V)

public void Add (K key, V value);
override this.Add : 'K * 'V -> unit

Parameters

key
K
value
V

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to