Blacker.MangaScraper.Library.LibraryManager.GetDownloads C# (CSharp) Méthode

GetDownloads() public méthode

public GetDownloads ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<DownloadedChapterInfo> GetDownloads()
        {
            return _storage.GetChaptersInfo();
        }

Same methods

LibraryManager::GetDownloads ( System.DateTime newerThen ) : IEnumerable
LibraryManager::GetDownloads ( string search ) : IEnumerable