Summary
An
Animancer.ObjectPool`1 for System.Collections.Generic.List`1.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Object
- ObjectPool
<List <T> > - CollectionPool
<T, List <T> >
graph BT
Type-->Base0["CollectionPool<T, List<T>>"]
Base0-->Base1["ObjectPool<List<T>>"]
Base1-->Base2["Object"]
Type["ListPool<T>"]
class Type type-node
Syntax
public class ListPool<T> : CollectionPool<T, List<T>>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Instance |
Singleton.
static
|