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

Parameters

key
Type: SystemObject
The key of the element to remove

Implements

IDictionaryRemove(Object)
See Also