Beispiel #1
0
 public static bool HasNextPage <TResource>(this ResourceCollection <TResource> source)
 {
     return(source.HasLink(PageNext));
 }