An enumerator over the characters (not bytes) of a FixedString512Bytes.
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.
| Property | Description |
|---|---|
| Current | The current character. |
| Constructor | Description |
|---|---|
| FixedString512Bytes.Enumerator | Initializes and returns an instance of FixedString512Bytes.Enumerator. |