BooksCacheModel.BookExtensions.ToBooks C# (CSharp) Méthode

ToBooks() public static méthode

public static ToBooks ( this json ) : IEnumerable
json this
Résultat IEnumerable
        public static IEnumerable<Book> ToBooks(this string json) =>
            JsonConvert.DeserializeObject<IEnumerable<Book>>(json);