Example #1
0
 public static int DoSomething(IX a)
 {
     return(a.Prod(2, 3));
 }