Struct FixedList4096Bytes<T>.Enumerator
An enumerator over the elements of a FixedList4096Bytes<T>.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public struct FixedList4096Bytes<T>.Enumerator
Remarks
In an enumerator's initial state, Current
cannot be read. The first MoveNext() call advances the enumerator to the first element.
Constructors
Name | Description |
---|---|
Enumerator(ref FixedList4096Bytes<T>) | Initializes and returns an instance of FixedList4096Bytes<T>. |
Properties
Name | Description |
---|---|
Current | The current element. |
Methods
Name | Description |
---|---|
Dispose() | Does nothing. |
MoveNext() | Advances the enumerator to the next element. |
Reset() | Resets the enumerator to its initial state. |