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