An enumerator over the elements of a FixedList32Bytes<T>.
In an enumerator's initial state, Current cannot be read. The first FixedList32Bytes<T0>.MoveNext call advances the enumerator to the first element.
| Property | Description |
|---|---|
| Current | The current element. |
| Constructor | Description |
|---|---|
| FixedList32Bytes_1.Enumerator | Initializes and returns an instance of FixedList32Bytes<T>. |