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