GenericPool<T>
Class in Arbor.Pool / Inherits from: object
Description
General purpose pool
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Pool type | 
 | 
Static Methods
| Method Name | Description | 
|---|---|
| Get | Fetch an instance from the pool. | 
| Release | Return the instance to the pool. |