Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

The element at a given index.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

this[int]

public T this[int index] { readonly get; set; }

Parameters

index

An index.

Returns

Type

Description

T