ListPool<T>
Class in Nostalgia.Pool / Inherits from: CollectionPool<System.Collections.Generic.List<T>, T>
Description
System.Collections.Generic.List<T> type pool
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Element type |
Inherited Members
Static Methods
Method Name | Description |
---|---|
Get | Fetch an instance from the pool. |
Release | Return the instance to the pool. |