ねののお庭。

かりかりもふもふ。

2026-03-01から1ヶ月間の記事一覧

【C#】struct のアライメントについて。

突然の C# クイズ!S01~S10 までの struct はそれぞれ何 byte でしょうか? struct S01 { public byte Value1; public byte Value2; public byte Value3; } struct S02 { public short Value1; public byte Value2; } struct S03 { public byte Value1; pub…