PutShort() public method

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