Castle.MonoRail.MethodActionExecutor.MethodActionExecutor C# (CSharp) Method

MethodActionExecutor() public method

Initializes a new instance of the MethodActionExecutor class.
public MethodActionExecutor ( MethodInfo actionMethod ) : System.Reflection
actionMethod System.Reflection.MethodInfo The action method.
return System.Reflection
		public MethodActionExecutor(MethodInfo actionMethod) : base(actionMethod.Name)
		{
			this.actionMethod = actionMethod;
		}