Enumerator(ref FixedList4096Bytes<T>)
Initializes and returns an instance of FixedList4096Bytes\<T\>.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
Enumerator(FixedList4096Bytes<T>)
public Enumerator(ref FixedList4096Bytes<T> list)
Parameters
The list for which to create an enumerator.