Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Reset | Reset the buffer. |
| 2 | void Reset(Int32 BufferSize) | Reset the buffer. |
Overload 1: void Reset
Reset the buffer.
Result: stored in self (calling object)
Overload 2: void Reset(Int32 BufferSize)
Reset the buffer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | BufferSize | Int32 |
Result: stored in self (calling object)