Method TryGetNextValue
TryGetNextValue(out TValue, ref NativeParallelMultiHashMapIterator<TKey>)
Advances an iterator to the next value associated with its key.
Declaration
public readonly bool TryGetNextValue(out TValue item, ref NativeParallelMultiHashMapIterator<TKey> it)
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | item | Outputs the next value. |
| NativeParallelMultiHashMapIterator<TKey> | it | A reference to the iterator to advance. |
Returns
| Type | Description |
|---|---|
| bool | True if the key was present and had another value. |