FixedString512Bytes.Enumerator
An enumerator over the characters (not bytes) of a FixedString512Bytes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
- Implements: IEnumerator
public struct FixedString512Bytes.Enumerator : IEnumerator
Remarks
In an enumerator's initial state, FixedString512Bytes.Enumerator.Current is not valid to read. The first FixedString512Bytes.Enumerator.MoveNext call advances the enumerator's index to the first character.
Constructors
Constructor | Description |
|---|---|
| Enumerator(Unity.Collections.FixedString512Bytes) | Initializes and returns an instance of FixedString512Bytes.Enumerator. |
Properties
Property | Description |
|---|---|
| Current | The current character. |