Summary
Adds the specified key.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Service
Provider Dictionary
Syntax
public void Add(object key, object value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | object | The key. |
| value | object | The value. |
Return Value
| Type | Description |
|---|---|
| void |
