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

ThisRulePropertyRef_text() public method

public ThisRulePropertyRef_text ( StructDecl ctx, string label ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
label string
return Antlr4.Codegen.Model.Decl
        public ThisRulePropertyRef_text(StructDecl ctx, string label)
            : base(ctx, label)
        {
        }
    }
ThisRulePropertyRef_text