Click or drag to resize

ObservableDictionaryTKey, TValueAdd Method (TKey, TValue)

Adds a new key value pair to the dictionary.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
Key of the key value pair to add.
value
Type: TValue
Value of the key value pair to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also