Click or drag to resize

ObservableDictionaryTKey, TValueAdd Method (TKey, TValue)

Namespace:  PDTec.IceNet.Web.UI
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
value
Type: TValue

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also