Method GetEnumerator
GetEnumerator()
Returns an enumerator over the key-value pairs of this hash map.
Declaration
public readonly UnsafeHashSet<T>.Enumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| UnsafeHashSet<T>.Enumerator | An enumerator over the key-value pairs of this hash map. |