PutLong() public method

public PutLong ( int offset, long value ) : void
offset int
value long
return void
Esempio n. 1
0
 public void PutLong(long x)
 {
     _bb.PutLong(_space -= sizeof(long), x);
 }