NVelocity.App.Tools.VelocityFormatter.VelocityFormatter C# (CSharp) Метод

VelocityFormatter() публичный Метод

Constructor needs a backpointer to the context.
public VelocityFormatter ( IContext context ) : System
context IContext A Context.
Результат System
		public VelocityFormatter(IContext context)
		{
			this.context = context;
		}