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

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

public Decl ( OutputModelFactory factory, string name, string decl )
factory OutputModelFactory
name string
decl string
        public Decl(OutputModelFactory factory, string name, string decl)
            : this(factory, name)
        {
            this.decl = decl;
        }

Same methods

Decl::Decl ( OutputModelFactory factory, string name )