TryGetNextValue(out TValue, ref NativeParallelMultiHashMapIterator<TKey>)
Advances an iterator to the next value associated with its key.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
TryGetNextValue(T, NativeParallelMultiHashMapIterator<T>)
public bool TryGetNextValue(out TValue item, ref NativeParallelMultiHashMapIterator<TKey> it)
Parameters
A reference to the iterator to advance.
Returns
Type | Description |
|---|---|
| bool | True if the key was present and had another value. |