PutUint() public méthode

public PutUint ( int offset, uint value ) : void
offset int
value uint
Résultat void
 public void PutUint(uint x)
 {
     _bb.PutUint(_space -= sizeof(uint), x);
 }