ElementAt(int)
Returns the reference to a byte (not character) at an index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public ref byte ElementAt(int index)
Parameters
A byte index.
Returns
Type | Description |
|---|---|
| byte | A reference to the byte at the index. |