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