Exemplo n.º 1
0
 public static int Mul(TestThisOverload thisPtr, int x)
 {
     return(2 * thisPtr.Mul(x));
 }
Exemplo n.º 2
0
 public static int Mul(TestThisOverload thisPtr, int x)
 {
     return 2 * thisPtr.Mul(x);
 }