Exemplo n.º 1
0
 public static void WriteInt(this IWritableBuffer bw, int val)
 {
     bw.WriteInt32(val);
 }