'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 UserAction of the new instance.
 - actionHandler
 - The ActionHandler of the new instance.
 
Return Value
The index of the new element in the current collection.