CountValuesForKey(TKey)
Returns the number of values associated with a given key.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
CountValuesForKey(T)
public readonly 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. |