CountValuesForKey(TKey)
Returns the number of values associated with a given key.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
CountValuesForKey(T)
public int CountValuesForKey(TKey key)
Parameters
Returns
Type | Description |
|---|---|
| int | The number of values associated with the key. Returns 0 if the key was not present. |