コード例 #1
0
ファイル: Program.cs プロジェクト: zotovv/Structs
 static void StructTaker(MyStruct myStruct)
 {
     myStruct.change = "изменено";
 }