GetValuesForKey(TKey)
Returns an enumerator over the values of an individual key.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
GetValuesForKey(T)
public NativeParallelMultiHashMap<TKey, TValue>.Enumerator GetValuesForKey(TKey key)
Parameters
Returns
Type | Description |
|---|---|
| Enumerator | An enumerator over the values of a key. |