Ejemplo n.º 1
0
 public void Discard(int bytes)
 {
     CheckLock();
     _buffer.DiscardThrough(_buffer.BaseOffset + bytes);
 }