コード例 #1
0
 internal QueryResult(QueryResult queryResult, YouTubeVideo matchedVideo) : this(queryResult.Query, matchedVideo)
 {
 }
コード例 #2
0
 internal QueryResult(string query, YouTubeVideo matchedVideo) : this(query)
 {
     MatchedVideo = matchedVideo;
 }