Castle.MonoRail.Framework.HelperAttribute.HelperAttribute C# (CSharp) Method

HelperAttribute() public method

Constructs a HelperAttribute with the supplied helperType.
public HelperAttribute ( Type helperType ) : System
helperType System.Type The helper type
return System
		public HelperAttribute(Type helperType) : this(helperType, null)
		{			
		}

Same methods

HelperAttribute::HelperAttribute ( Type helperType, String name ) : System