Back to Devexpress

PresentationDictionary<TKey, TValue>.Add(KeyValuePair<TKey, TValue>) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2-dot-add-x28-system-dot-collections-dot-generic-dot-keyvaluepair-0-1-x29.md

latest1.7 KB
Original Source

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

csharp
public void Add(
    KeyValuePair<TKey, TValue> item
)
vb
Public Sub Add(
    item As KeyValuePair(Of TKey, TValue)
)

Parameters

NameTypeDescription
itemKeyValuePair<TKey, TValue>

The key-value pair to add to the dictionary.

|

Implements

Add(KeyValuePair<TKey, TValue>)

See Also

PresentationDictionary<TKey, TValue> Class

PresentationDictionary<TKey, TValue> Members

DevExpress.Docs.Presentation Namespace