public void remove(int value) { lock (this) { _bytes.RemoveAt(_bytes.IndexOfByte(value.ToByteChecked(), 0, _bytes.Count)); } }