Method Add
Add(KeyValuePair<string, object>)
Declaration
public void Add(KeyValuePair<string, object> item)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyValuePair<string, object> | item |
Implements
Add(string, object)
Declaration
public void Add(string key, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| object | value |