PutLong() 공개 메소드

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