# Release(T)

> Returns the instance back to the pool.

## Definition

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

```csharp
public static void Release(T toRelease)
```

### Parameters

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