Antlr4.Codegen.Model.Chunk.ThisRulePropertyRef_parser.ThisRulePropertyRef_parser C# (CSharp) 메소드

ThisRulePropertyRef_parser() 공개 메소드

public ThisRulePropertyRef_parser ( StructDecl ctx, string label ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
label string
리턴 Antlr4.Codegen.Model.Decl
        public ThisRulePropertyRef_parser(StructDecl ctx, string label)
            : base(ctx, label)
        {
        }
    }
ThisRulePropertyRef_parser