Beispiel #1
0
 public static YoutubeCommentThreads OrderByRelevance(this YoutubeCommentThreads commentThreads)
 {
     return(commentThreads.OrderBy(CommentOrder.Relevance));
 }
Beispiel #2
0
 public static YoutubeCommentThreads OrderByTime(this YoutubeCommentThreads commentThreads)
 {
     return(commentThreads.OrderBy(CommentOrder.Time));
 }