NativeParallelHashSet<T>.Enumerator
An enumerator over the values of a set.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
- Implements: IEnumerator<T>, IEnumerator, IDisposable
public struct NativeParallelHashSet<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Remarks
In an enumerator's initial state, NativeParallelHashSet<T>.Enumerator.Current is invalid. The first NativeParallelHashSet<T>.Enumerator.MoveNext call advances the enumerator to the first value.
Properties
Property | Description |
|---|---|
| Current | The current value. |