IObjectPool<T>.Retrieve
Method in IObjectPool<T>
Declaration
T Retrieve()
Description
Removes and returns an object from the pool.
Returns
T | An object from the pool. |
T Retrieve()
Removes and returns an object from the pool.
T | An object from the pool. |