this[]
Returns the byte (not character) at an index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
this[int]
public byte this[int index] { readonly get; set; }
Parameters
A byte index.
Returns
Type | Description |
|---|---|
| byte |