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