Castle.MonoRail.Framework.DelegateDynamicAction.Execute C# (CSharp) Method

Execute() public method

Implementors should perform the action upon this invocation
public Execute ( Controller controller ) : void
controller Controller
return void
		public void Execute(Controller controller)
		{
			actionDelegate(controller);
		}
	}