Blacker.MangaScraper.Recent.RecentMangaScraper.Preview C# (CSharp) Méthode

Preview() public méthode

public Preview ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<IMangaRecord> Preview()
        {
            return GetMangas(true);
        }