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: 8.3.3.0 (8.3.3.20240926)
Syntax public void Add(
DictionaryEntry item
)
Public Sub Add (
item As DictionaryEntry
)
Parameters
- item
- Type: System.CollectionsDictionaryEntry
A DictionaryEntry to append
See Also