IObjectPool<T>.Recycle
Method in IObjectPool<T>
Declaration
void Recycle(T item)
Description
Adds an object back to the pool so it can be reused.
Parameters
item | The object to recycle. |
void Recycle(T item)
Adds an object back to the pool so it can be reused.
item | The object to recycle. |