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

RulePropertyRef_parser() public method

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