CollectionPool<TItem, TCollection>.

Release(TCollection) Method

Summary

Adds the `item` to the list of spares so it can be reused.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
CollectionPool<TItem, TCollection>

Syntax

public override void Release(TCollection collection)

Parameters

Name Type Description
collection TCollection

Return Value

Type Description
void