Constructor Enumerator
Enumerator(ref FixedList64Bytes<T>)
Initializes and returns an instance of FixedList64Bytes<T>.
Declaration
public Enumerator(ref FixedList64Bytes<T> list)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | list | The list for which to create an enumerator. |