Ejemplo n.º 1
0
 public static void WriteUnsignedShort(this IWritableBuffer bw, int val)
 {
     bw.WriteInt16(val);
 }