PutUint() 공개 메소드

public PutUint ( int offset, uint value ) : void
offset int
value uint
리턴 void
예제 #1
0
 public void PutUint(uint x)
 {
     _bb.PutUint(_space -= sizeof(uint), x);
 }