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