PutUint() public method

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