'Declaration Public Overloads Function Add( _ ByVal userAction As UserActionEnum, _ ByVal actionHandler As ActionHandlerBase _ ) As Integer
public int Add( UserActionEnum userAction, ActionHandlerBase actionHandler )
Parameters
- userAction
- The InputAction.UserAction of the new instance.
- actionHandler
- The InputAction.ActionHandler of the new instance.
Return Value
The index of the new element in the current collection.