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: 8.3.3.0 (8.3.3.20240926)
Syntax public void Add(
Object key,
Object value
)
Public Sub Add (
key As Object,
value As Object
)
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