Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ElementAt(int)

Returns the element at a given index.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public ref T ElementAt(int index)

Parameters

index

An index.

Returns

Type

Description

TThe list element at the index.