Removes an element from the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Remove(
	InputAction inputAction
)
Visual Basic
Public Sub Remove ( _
	inputAction As InputAction _
)

Parameters

inputAction
Type: C1.C1Preview..::..InputAction
The element to remove.

See Also