GetEnumerator()
Returns an enumerator over the key-value pairs of this hash map.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public NativeParallelHashMap<TKey, TValue>.Enumerator GetEnumerator()
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator over the key-value pairs of this hash map. |