PresentationDictionary<TKey, TValue>.Add(KeyValuePair<TKey, TValue>) Method
Adds a key-value pair to the dictionary.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | KeyValuePair<TKey, TValue> | The key-value pair to add to the dictionary. |
Implements
Add(KeyValuePair<TKey, TValue>)
See Also