ByteBufferRemoveRange(Int32) Method

Deletes the count bytes from the beginning of the buffer.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
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.

See Also