MonoMobile.Forms.ControllerAction.ControllerAction C# (CSharp) Method

ControllerAction() public method

public ControllerAction ( string actionName ) : System
actionName string
return System
		public ControllerAction(string actionName) : base(){
			ActionName = actionName;
		}
		

Same methods

ControllerAction::ControllerAction ( string actionName, string param ) : System