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

Parameters

key
Type: SystemObject
The key of the element to remove

Implements

IDictionaryRemove(Object)
See Also