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

RulePropertyRef_start() 공개 메소드

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