Count()
The current number of key-value pairs in this hash map.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public int Count()
Returns
Type | Description |
|---|---|
| int | The current number of key-value pairs in this hash map. |