예제 #1
0
 public string[] GetRepositories()
 {
     return(RepositoryPath.Split(';').Select(c => c.Trim()).ToArray());
 }