GetEnumerator()
Returns an enumerator for iterating over the characters of this string.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public FixedString512Bytes.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator for iterating over the characters of the FixedString512Bytes. |