Castle.MonoRail.ActionExecutor.ActionExecutor C# (CSharp) Метод

ActionExecutor() защищенный Метод

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