Method Dump
View SourceDump(Int32)
Removes the values from the ring buffer.
Declaration
public void Dump(int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | count | The number of values to remove. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Too many values to dump: {count}. |