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