コード例 #1
0
ファイル: Acceptance Tests I.cs プロジェクト: eropple/SSharp
 public void TestOut(int x, out TestModif y, ref long z)
 {
     y = this;
       z = x + 1;
 }
コード例 #2
0
 public void TestOut(int x, out TestModif y, ref long z)
 {
     y = this;
     z = x + 1;
 }