Blacker.MangaScraper.Library.LibraryManager.GetDownloads C# (CSharp) Метод

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

public GetDownloads ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<DownloadedChapterInfo> GetDownloads()
        {
            return _storage.GetChaptersInfo();
        }

Same methods

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