PutInt() public method

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