コード例 #1
0
ファイル: bigframes.cs プロジェクト: mikem8361/runtime
        public static void Test4()
        {
            Struct12288 s = new Struct12288();

            s.i2 = 4;
            TestWrite(ref s);
        }
コード例 #2
0
ファイル: bigframes.cs プロジェクト: mikem8361/runtime
 public static void TestWrite(ref Struct12288 s)
 {
     Console.WriteLine(s.i2);
 }