Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ElementAt(int)

Returns a reference to the byte (not character) at an index.
Read time 1 minuteLast updated 7 days ago

Definition

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

Parameters

index

A byte index.

Returns

Type

Description

byteA reference to the byte at the index.

Remarks

Deallocating or reallocating this string's character buffer makes the reference invalid.