# Release(T)

> Returns the instance back to the pool.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Pool](/engine/6000.7/script-reference/unityengine/pool.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public void Release(T item)
```

### Parameters

**** (T): The instance to return to the pool.

### Remarks

If the pool has collection checks enabled and the instance is already held by the pool then an exception will be thrown.
