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