GetEnumerator()
Returns an enumerator over the values of this set.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public UnsafeParallelHashSet<T>.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator over the values of this set. |