示例#1
0
 public void WriteShort(int offsets, short value)
 {
     vam.WriteShort((IntPtr)offsets, value);
 }