Method Add
Add(string, string)
Adds an element with the provided key and value to the collection.
Declaration
void Add(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The string to use as the key of the element to add. |
| string | value | The string to use as the value of the element to add. |