ObjectPool.

Release<T>(List<T>) Method

Summary

Clears the `list` and adds it to the list of spares so it can be reused.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ObjectPool

Syntax

public static void Release<T>(List<T> list)

Type Parameters

Name Description
T

Parameters

Name Type Description
list List<T>

Return Value

Type Description
void