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