Example #1
0
 public static short ReadInt16(IntPtr ptr, int ofs) => Marshal.ReadInt16(ptr + ofs);