PutUlong() public method

public PutUlong ( int offset, ulong value ) : void
offset int
value ulong
return void
Example #1
0
 public void PutUlong(ulong x)
 {
     _bb.PutUlong(_space -= sizeof(ulong), x);
 }