public WikipediaIO() : base() { WikipediaErrors = new WikipediaIOErrorLog(); TemplatesUsed = new List <string[]>(); CategoriesUsed = new List <string>(); }
public WikipediaIO() { WikipediaErrors = new WikipediaIOErrorLog(); TemplatesUsed = new List<string[]>(); CategoriesUsed = new List<string>(); }