# RemoveAt<T>(ref T[], int)

> Remove element at position index.

## Definition

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

## RemoveAt\<T>(\`\<>\[], int)

```csharp
public static void RemoveAt<T>(ref T[] array, int index)
```

### Parameters

**** (\[\<T>\[]]\(./)): **** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)):&#x20;
