Method GetEnumerator
GetEnumerator()
Returns an enumerator over the items of this hash set.
Declaration
public readonly NativeParallelHashSet<T>.Enumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| NativeParallelHashSet<T>.Enumerator | An enumerator over the items of this hash set. |