Click or drag to resize

KeyedListRemove Method

Removes the element with the specified key from the collection

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.2.0 (8.0.2.20210618)
Syntax
public void Remove(
	Object key
)

Parameters

key
Type: SystemObject
The key of the element to remove

Implements

IDictionaryRemove(Object)
See Also