Method SetValue
SetValue(TValue, NativeParallelMultiHashMapIterator<TKey>)
Sets a new value for an existing key-value pair.
Declaration
public bool SetValue(TValue item, NativeParallelMultiHashMapIterator<TKey> it)
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | item | The new value. |
| NativeParallelMultiHashMapIterator<TKey> | it | The iterator representing a key-value pair. |
Returns
| Type | Description |
|---|---|
| bool | True if a value was overwritten. |