Method Count
Count()
Returns the current number of key-value pairs in this hash map.
Declaration
public readonly int Count()
Returns
| Type | Description |
|---|---|
| int | The current number of key-value pairs in this hash map. |
Remarks
Key-value pairs with matching keys are counted as separate, individual pairs.