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