public static int Mul(TestThisOverload thisPtr, int x)
 {
     return(2 * thisPtr.Mul(x));
 }
示例#2
0
 public static int Mul(TestThisOverload thisPtr, int x)
 {
     return 2 * thisPtr.Mul(x);
 }