Method TryGetFirstValue
TryGetFirstValue(TKey, out TValue, out NativeParallelMultiHashMapIterator<TKey>)
Gets an iterator for a key.
Declaration
public bool TryGetFirstValue(TKey key, out TValue item, out NativeParallelMultiHashMapIterator<TKey> it)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | The key. |
| TValue | item | Outputs the associated value represented by the iterator. |
| NativeParallelMultiHashMapIterator<TKey> | it | Outputs an iterator. |
Returns
| Type | Description |
|---|---|
| bool | True if the key was present. |