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