Antlr4.Codegen.Model.Chunk.ActionTemplate.ActionTemplate C# (CSharp) Method

ActionTemplate() public method

public ActionTemplate ( StructDecl ctx, Template st ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
st Template
return Antlr4.Codegen.Model.Decl
        public ActionTemplate(StructDecl ctx, Template st)
            : base(ctx)
        {
            this.st = st;
        }
    }
ActionTemplate