# this[]

> Array indexer.

## Definition

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

## this\[int]

```csharp
public Transform this[int index] { get; set; }
```

### Parameters

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

### Returns

| Type                                                                  | Description |
| --------------------------------------------------------------------- | ----------- |
| [Transform](/engine/6000.6/script-reference/unityengine/transform.md) |             |
