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

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

public ElementListDecl ( OutputModelFactory factory, string name )
factory OutputModelFactory
name string
        public ElementListDecl(OutputModelFactory factory, string name)
            : base(factory, name)
        {
        }
    }
ElementListDecl