Click or drag to resize

ItemsAdd Method

Adds an element with the provided key and value to the IDictionary object

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Add(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
The object to use as the ley for the value
value
Type: SystemObject
The value for the key

Implements

IDictionaryAdd(Object, Object)
See Also