Summary
Removes the specified key.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Service
Provider Dictionary
Syntax
public bool Remove(object key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | object | The key. |
Return Value
| Type | Description |
|---|---|
| bool | true if XXXX, false otherwise. |
