Blacker.Scraper.MangaFox.MangaFox C# (CSharp) Method

MangaFox() public method

public MangaFox ( ) : System
return System
        public MangaFox()
        {
            _cache = new Cache<string, object>();
            HtmlAgilityPack.HtmlNode.ElementsFlags.Remove("option");
        }