Antlr4.Codegen.Model.Chunk.ThisRulePropertyRef_ctx.ThisRulePropertyRef_ctx C# (CSharp) Метод

ThisRulePropertyRef_ctx() публичный Метод

public ThisRulePropertyRef_ctx ( StructDecl ctx, string label ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
label string
Результат Antlr4.Codegen.Model.Decl
        public ThisRulePropertyRef_ctx(StructDecl ctx, string label)
            : base(ctx, label)
        {
        }
    }
ThisRulePropertyRef_ctx