this[]
The element at a given index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
this[int]
public T this[int index] { get; set; }
Parameters
An index into this list.
Returns
Type | Description |
|---|---|
| T |