ByteBufferRemoveRange(Int32) Method
Deletes the count bytes from the beginning of the buffer.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public void RemoveRange(
int count
)
Parameters
- count Int32
- The count of bytes to delete. If count is greater or equal to Count, only available bytes are deleted.