Exemplo n.º 1
0
 public static string test_foo(IInterfaceTest x)
 {
     // calls into python if foo is overriden
     return x.foo();
 }
Exemplo n.º 2
0
 public static string test_foo(IInterfaceTest x)
 {
     // calls into python if foo is overriden
     return(x.foo());
 }