ListPool<T> Class

Summary

An Animancer.ObjectPool`1 for System.Collections.Generic.List`1.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
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

Methods

Name Value Summary
New() List<T>
Creates a new() instance of T.