Exemple #1
0
 protected DependencyAnalyserBase()
 {
     DependencyGraph = new DependencyGraph <string>();
 }
Exemple #2
0
 public static string Generate(DependencyGraph <string> graph, AssemblyFilterPreferences filterPreferences)
 {
     return(Generate(graph, filterPreferences, string.Empty));
 }