Property Capacity
Capacity
Returns the number of key-value pairs that fit in the current allocation.
Declaration
public int Capacity { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int | The number of key-value pairs that fit in the current allocation. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown if |