NVelocity.App.Tools.VelocityFormatter.VelocityFormatter C# (CSharp) Method

VelocityFormatter() public method

Constructor needs a backpointer to the context.
public VelocityFormatter ( IContext context ) : System
context IContext A Context.
return System
		public VelocityFormatter(IContext context)
		{
			this.context = context;
		}