Ensures that the pool contains at least the specified number of items. Useful to pre-allocate a pool of a certain size.
minimum number of items desired in pool
expression that creates a new instance of T
this
LimitExceededException if the requested number of items exceeds the previously specified limit.
See Implementation
Ensures that the pool contains at least the specified number of items. Useful to pre-allocate a pool of a certain size.