FixedList128Bytes<T>.Enumerator
An enumerator over the elements of a FixedList128Bytes\<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 FixedList128Bytes<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Remarks
In an enumerator's initial state, cannot be read. The first FixedList128Bytes<T>.Enumerator.MoveNext call advances the enumerator to the first element.
CurrentConstructors
Constructor | Description |
|---|---|
| Enumerator(Unity.Collections.FixedList128Bytes{`0}@) | Initializes and returns an instance of FixedList128Bytes\<T\>. |
Properties
Property | Description |
|---|---|
| Current | The current element. |