Click or drag to resize
KeyedListAdd Method (DictionaryEntry)
Adds an element with the specified key and value into the collection

Namespace: WorkflowGen.My.Collections
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public void Add(
	DictionaryEntry item
)

Parameters

item
Type: System.CollectionsDictionaryEntry
A DictionaryEntry to append
See Also