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

ActionExecutor() protected method

Initializes a new instance of the ActionExecutor class.
protected ActionExecutor ( string name )
name string The name.
		protected ActionExecutor(string name)
		{
			this.name = name;
		}