Share via


ObservableDictionary<TKey,TValue>.Add Method

Definition

Overloads

Add(KeyValuePair<TKey,TValue>)
Add(TKey, TValue)

Add(KeyValuePair<TKey,TValue>)

public:
 virtual void Add(System::Collections::Generic::KeyValuePair<TKey, TValue> item);
public void Add (System.Collections.Generic.KeyValuePair<TKey,TValue> item);
abstract member Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
Public Sub Add (item As KeyValuePair(Of TKey, TValue))

Parameters

item
KeyValuePair<TKey,TValue>

Implements

Applies to

Add(TKey, TValue)

public:
 virtual void Add(TKey key, TValue value);
public void Add (TKey key, TValue value);
abstract member Add : 'Key * 'Value -> unit
override this.Add : 'Key * 'Value -> unit
Public Sub Add (key As TKey, value As TValue)

Parameters

key
TKey
value
TValue

Implements

Applies to