KeyedListAdd Method (KeyValuePairObject, 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(
KeyValuePair<Object, Object> item
)
Public Sub Add (
item As KeyValuePair(Of Object, Object)
)
Parameters
- item
- Type: System.Collections.GenericKeyValuePairObject, Object
A KeyValuePair to append
See Also