GetEnumerator()
Returns an enumerator for iterating over the elements of this list.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public FixedList128Bytes<T>.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator for iterating over the elements of this list. |