Returns the index of the specified element in the current collection.

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

Syntax

C#
public int IndexOf(
	InputAction inputAction
)
Visual Basic
Public Function IndexOf ( _
	inputAction As InputAction _
) As Integer

Parameters

inputAction
Type: C1.C1Preview..::..InputAction
The element to return the index of.

Return Value

The index of the specified element in the current collection.

See Also