Types
| Type Name | Description | 
|---|---|
| CollectionPool<TCollection, TItem> | System.Collections.Generic.ICollection<T>type pool. | 
| GenericPool<T> | General purpose pool | 
| ListPool<T> | System.Collections.Generic.List<T>type pool | 
| ObjectPool<T> | Pool class type instances. | 
| PooledObject<T> | A type that manages pooled instances. |