Blacker.Scraper.Downloader.Downloader C# (CSharp) Метод

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

public Downloader ( string>.IDictionary pages, string>.Func imageFinder ) : System
pages string>.IDictionary
imageFinder string>.Func
Результат System
        public Downloader(IDictionary<int, string> pages, Func<string, string> imageFinder)
            : this((x) => { return pages; }, imageFinder)
        {
            if (pages == null)
                throw new ArgumentNullException("pages");
        }

Same methods

Downloader::Downloader ( string>.Func pagesResolver, string>.Func imageFinder ) : System
Downloader::Downloader ( string>.Func pagesResolver, string imageXPath ) : System
Downloader::Downloader ( string>.IDictionary pages, string imageXPath ) : System