示例#1
0
 public static int AddZ2Z(ref PlugTestCase plugTestCase, int z)
 {
     return z + z;
 }
示例#2
0
 public static bool PlugTestTest3()
 {
     PlugTestCase test = new PlugTestCase();
     return test.AddZ2Z(11) == 22;
 }