FixedList512Bytes<T>.Enumerator
An enumerator over the elements of a FixedList512Bytes\<T\>.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
- Implements: IEnumerator<T>, IEnumerator, IDisposable
public struct FixedList512Bytes<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Remarks
In an enumerator's initial state, cannot be read. The first FixedList512Bytes<T>.Enumerator.MoveNext call advances the enumerator to the first element.
CurrentConstructors
Constructor | Description |
|---|---|
| Enumerator(Unity.Collections.FixedList512Bytes{`0}@) | Initializes and returns an instance of FixedList512Bytes\<T\>. |
Properties
Property | Description |
|---|---|
| Current | The current element. |