Antlr4.StringTemplate.Compiler.CompiledTemplate.CompiledTemplate C# (CSharp) Метод

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

public CompiledTemplate ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public CompiledTemplate()
        {
            instrs = new byte[TemplateCompiler.InitialCodeSize];
            sourceMap = new Interval[TemplateCompiler.InitialCodeSize];
            _template = string.Empty;
        }