internal ModelFileReader(string fileName, IIncludePredicate pred) { this.Model = new CodeModelElement(); _pred = pred; ReadIncludeFile(fileName); }