Click or drag to resize

ObservableDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)

Adds a 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(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
Item to add.

Implements

ICollectionTAdd(T)
See Also