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