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