Share via


ChangeTrackingDictionary<TKey,TValue>.Add Method

Definition

Overloads

Add(KeyValuePair<TKey,TValue>)

Source:
ChangeTrackingDictionary.cs
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)

Source:
ChangeTrackingDictionary.cs
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