Beispiel #1
0
 public bool ItDeterminesIfSomethingIsAStatementController(Type type)
 {
     return(StaticAnalysis.IsStatementController(type));
 }