Removes the element with the specified key from 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 Remove(
Object key
)
Public Sub Remove (
key As Object
)
Parameters
- key
- Type: SystemObject
The key of the element to remove
Implements
IDictionaryRemove(Object)See Also