 | ObjectPoolT Constructor (Int32) |
Creates a new pool with the specified initial and maximum capacity.
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic ObjectPool(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
ObjectPool(
int capacity
)
new :
capacity : int -> ObjectPool
Parameters
- capacity
- Type: SystemInt32
Maximum capacity of the pool.
See Also