Ejemplo n.º 1
0
 public static void WriteLong(this IWritableBuffer bw, long val)
 {
     bw.WriteInt64(val);
 }