コード例 #1
0
ファイル: Program.cs プロジェクト: dedsanta/ulearn
 static void ProcessStruct2(MyStruct str)
 {
     str.myObject.classField = 10;
 }