PutInt() 공개 메소드

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