コード例 #1
0
 public static void WriteByte(IntPtr ptr, int ofs, byte val) => Marshal.WriteByte(ptr + ofs, val);