Documentation for a minimal subset of the QSM API
consume Method (count)
Namespaces > QS.Fx.Base > ConsumableBlock > consume(Int32)
Adjusts the offset and available space within the memory block to reflect the fact that a number of bytes have been appended to it.
Syntax
C#Visual BasicManaged C++
public void consume (
	int count
)
Public Sub consume ( _
	count As Integer _
)
public:
void consume (
	int count
)
Parameters
count (Int32)
The number of bytes appended.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0