GetEnumerator()
Returns an enumerator over the items of this hash set.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public readonly NativeHashSet<T>.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator over the items of this hash set. |