Blacker.Scraper.EGScans.EGScans C# (CSharp) 메소드

EGScans() 공개 메소드

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