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 Basic | Managed 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