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

ThisRulePropertyRef_stop() public method

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