PresentationDictionary<TKey, TValue>.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(TKey, TValue) | key, value | Adds an element with the specified key and value to the dictionary. |
| Add(KeyValuePair<TKey, TValue>) | item | Adds a key-value pair to the dictionary. |