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
)
Public Sub Add (
key As TKey,
value As TValue
)
public:
virtual void Add(
TKey key,
TValue value
) sealed
abstract Add :
key : 'TKey *
value : 'TValue -> unit
override Add :
key : 'TKey *
value : 'TValue -> unit
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