Example #1
0
 public ReadOnlyCollection <Project> GetAllProjectsWithTopologicalSort(ConfigurationSelector configuration)
 {
     return(RootFolder.GetAllProjectsWithTopologicalSort(configuration));
 }