PoolT Constructor |
Name | Description | |
---|---|---|
PoolT(Function0T) |
Initializes a new instance of the PoolT class
with a minimum size of 0 and a maximum size of 2,147,483,647.
| |
PoolT(Function0T, Int32) |
Initializes a new instance of the PoolT class
with a specified minimum size and a maximum size of 2,147,483,647.
| |
PoolT(Function0T, Int32, Int32) |
Initializes a new instance of the PoolT class.
with a specified minimum size and a specified maximum size.
|