| ResourcePoolTRecycle Method |
Recycles the given item and places it back in the pool for future reuse.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public void Recycle(
T item
)
Public Sub Recycle (
item As T
)
public:
void Recycle(
T item
)
member Recycle :
item : 'T -> unit
Parameters
- item
- Type: T
The item to be recycled.
See Also