# Remove<T>(ref T[], T)

> Removes item from array.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

## Remove\<T>(\`\<>\[], T)

```csharp
public static void Remove<T>(ref T[] array, T item)
```

### Parameters

**** (\[\<T>\[]]\(./)): **** (T):&#x20;
