MoveNext()
Advances the enumerator to the next key-value pair.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool MoveNext()
Returns
Type | Description |
|---|---|
| bool | True if NativeParallelMultiHashMap<TKey, TValue>.KeyValueEnumerator.Current is valid to read after the call. |