Table of Contents

Method IncreaseCapacity

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

IncreaseCapacity(int)

Increases the capacity of the pool.

void IncreaseCapacity(int increment)

Parameters

increment int

The number of new pool objects to add.

Exceptions

ArgumentOutOfRangeException

increment is negative.