GetEnumerator()
Returns an enumerator over the key-value pairs of this hash map.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public NativeParallelMultiHashMap<TKey, TValue>.KeyValueEnumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| KeyValueEnumerator | An enumerator over the key-value pairs of this hash map. |
Remarks
A key with "N" values is visited by the enumerator "N" times.