예제 #1
0
 public static IReadOnlyList <CWMIssue> GetVolumeIssues(
     this CWMVolume @this)
 {
     return(CWMInterpreter.ScrapeVolumeIssues(@this)
            .ToArray());
 }
예제 #2
0
 public static IEnumerable <CWMVolume> QueryVolumes()
 {
     return(CWMInterpreter.ScrapeVolumes());
 }
예제 #3
0
 public static IReadOnlyList <CWMArticle> GetIssueArticles(
     this CWMIssue @this)
 {
     return(CWMInterpreter.ScrapeIssueArticles(@this)
            .ToArray());
 }