コード例 #1
0
 public static List <string> remotes(this API_NGit nGit)
 {
     return(nGit.config_SubSections("remote"));
 }