Method IncreaseCapacity
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
IncreaseCapacity(int)
Increases the capacity of this IResizeableBuffer<T> by the specified increment.
public void IncreaseCapacity(int increment)
Parameters
increment
intHow much to increase the capacity by.
Exceptions
- ArgumentOutOfRangeException
The increment is negative.