| ObjectPoolT Methods |
The ObjectPoolT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Alloc |
Returns a pooled object, if there are any left, or a new one, otherwise.
| |
| Free |
Returns the passed object to this pool, if it's not already at maximum capacity.
|