An enumerator over the characters (not bytes) of a FixedString128Bytes.
In an enumerator's initial state, FixedString128Bytes.Enumerator.Current is not valid to read. The first FixedString128Bytes.Enumerator.MoveNext call advances the enumerator's index to the first character.
| Property | Description |
|---|---|
| Current | The current character. |
| Constructor | Description |
|---|---|
| FixedString128Bytes.Enumerator | Initializes and returns an instance of FixedString128Bytes.Enumerator. |