Interface IJobNativeMultiHashMapVisitKeyMutableValue<TKey, TValue>
Namespace: Unity.Collections
Syntax
public interface IJobNativeMultiHashMapVisitKeyMutableValue<TKey, TValue>
    where TKey : struct, IEquatable<TKey> where TValue : struct
  Type Parameters
| Name | Description | 
|---|---|
| TKey | The type of the keys in the container.  | 
      
| TValue | The type of the values in the container.  | 
      
Methods
ExecuteNext(TKey, ref TValue)
Declaration
void ExecuteNext(TKey key, ref TValue value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TKey | key | |
| TValue | value |