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: 9.1.0.0 (9.1.0.20241025)
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