SetValue(TValue, NativeParallelMultiHashMapIterator<TKey>)
Sets a new value for an existing key-value pair.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
SetValue(T, NativeParallelMultiHashMapIterator<T>)
public bool SetValue(TValue item, NativeParallelMultiHashMapIterator<TKey> it)
Parameters
The iterator representing a key-value pair.
Returns
Type | Description |
|---|---|
| bool | True if a value was overwritten. |