# RemoveAtSwapBack(int)

> Removes an item at index.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Jobs](/engine/6000.6/script-reference/unityengine/jobs.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public void RemoveAtSwapBack(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Index.

### Remarks

Swaps the transform at index with the last transform in the array and makes the array length one item shorter.
