Antlr4.StringTemplate.Compiler.CompiledTemplate.CompiledTemplate C# (CSharp) Méthode

CompiledTemplate() public méthode

public CompiledTemplate ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public CompiledTemplate()
        {
            instrs = new byte[TemplateCompiler.InitialCodeSize];
            sourceMap = new Interval[TemplateCompiler.InitialCodeSize];
            _template = string.Empty;
        }