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: 9.1.0.0 (9.1.0.20241025)
Syntax
public void Remove(
	Object key
)

Parameters

key
Type: SystemObject
The key of the element to remove

Implements

IDictionaryRemove(Object)
See Also