'Declaration Public Function IndexOf( _ ByVal inputAction As InputAction _ ) As Integer
public int IndexOf( InputAction inputAction )
Parameters
- inputAction
- The element to return the index of.
Return Value
The index of the specified element in the current collection.