Click or drag to resize
DigitalRuneResourcePoolTRecycle Method
Recycles the given item and places it back in the pool for future reuse.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void Recycle(
	T item
)

Parameters

item
Type: T
The item to be recycled.
See Also