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