JinianNet.JNTemplate.TemplateContext.TemplateContext C# (CSharp) Method

TemplateContext() public method

模板上下文
public TemplateContext ( ) : System
return System
        public TemplateContext()
            : this(new VariableScope())
        {

        }

Same methods

TemplateContext::TemplateContext ( VariableScope data ) : System