Summary
Adds a key/value pair to the property bag
- Namespace
- TCLite
.Interfaces - Containing Type
- IPropertyBag
Syntax
void Add(string key, object value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key |
| value | object | The value |
Return Value
| Type | Description |
|---|---|
| void |
