Removes the specified Action from the collection.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public void Remove(
	Action action
)
Visual Basic (Declaration)
Public Sub Remove ( _
	action As Action _
)
Visual C++
public:
void Remove(
	Action^ action
)

Parameters

action
Type: Neodynamic.SDK..::.Action
The Action to remove from the collection.

See Also