Click or drag to resize

KeyedListAdd Method (Object, Object)

Adds an element with the specified key and value into the collection

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Add(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
The key of the element to add
value
Type: SystemObject
The value of the element to add. The value can be null

Implements

IDictionaryAdd(Object, Object)
See Also