示例#1
0
 public static YoutubeChannelSection ChannelSection(ChannelSectionSettings settings, params PartType[] partTypes)
 {
     return(new YoutubeChannelSection(settings, partTypes));
 }
示例#2
0
 public static YoutubeChannelSection ChannelSection(ChannelSectionSettings settings = null)
 {
     return(ChannelSection(settings, PartType.Snippet));
 }
示例#3
0
 public static YoutubeChannelSections ChannelSections(ChannelSectionSettings settings, params PartType[] partTypes)
 {
     return(new YoutubeChannelSections(settings, partTypes, ResultsPerPage));
 }