Struct NativeParallelHashSet<T>.Enumerator
An enumerator over the values of a set.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
[NativeContainer]
[NativeContainerIsReadOnly]
public struct NativeParallelHashSet<T>.Enumerator
Remarks
In an enumerator's initial state, Current is invalid. The first MoveNext() call advances the enumerator to the first value.
Properties
Name | Description |
---|---|
Current | The current value. |
Methods
Name | Description |
---|---|
Dispose() | Does nothing. |
MoveNext() | Advances the enumerator to the next value. |
Reset() | Resets the enumerator to its initial state. |