PutShort() public méthode

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