Example #1
0
 public void TestOut(int x, out TestModif y, ref long z)
 {
     y = this;
       z = x + 1;
 }
Example #2
0
 public void TestOut(int x, out TestModif y, ref long z)
 {
     y = this;
     z = x + 1;
 }