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

RulePropertyRef() public method

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