Beispiel #1
0
 public static object DoIt2(ITestIt2 o) {
     return o.Method(42);
 }
Beispiel #2
0
 public static object DoIt2(ITestIt2 o)
 {
     return(o.Method(42));
 }