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

ActionText() public method

public ActionText ( StructDecl ctx, string text ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
text string
return Antlr4.Codegen.Model.Decl
        public ActionText(StructDecl ctx, string text)
            : base(ctx)
        {
            this.text = text;
        }
    }
ActionText