简体   繁体   中英

How to show all languages in a request?

octokit.net

To filter the query by language I do this

var request = new SearchRepositoriesRequest("mvc client side framework")
{
   // how about we restrict the language the library is written in?
    Language = Language.JavaScript
}

How to make all languages ​​appear in the request again?
Something like:

Language = Language.All

属性Language是可为空的,所以Language = null吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM