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