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
A byte index.
Returns
Type | Description |
|---|---|
| byte | A reference to the byte at the index. |
Remarks
Deallocating or reallocating this string's character buffer makes the reference invalid.