示例#1
0
 public void SetBit(uint offset, bool value)
 {
     StreamOperator.SetBit(ms, offset, value);
 }