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