RemoveItem(TKey)
Removes the value with the specific key from the underlying dictionary.
Declaration
protected virtual bool RemoveItem(TKey key)Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | The key of the element to remove. |
Returns
| Type | Description |
|---|---|
| bool |
|
Remarks
note
This method does not cause the advices to be executed. It should be invoked only from inside the scope of
the ExecuteWithAdvices method.