Back to Devexpress

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

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2-dot-add-x28-0-1-x29.md

latest1.5 KB
Original Source

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

Adds an element with the specified key and value to the dictionary.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void Add(
    TKey key,
    TValue value
)
vb
Public Sub Add(
    key As TKey,
    value As TValue
)

Parameters

NameTypeDescription
keyTKey

The key of the element to add.

| | value | TValue |

The value of the element to add. The value can be null for reference types.

|

Implements

Add(TKey, TValue)

See Also

PresentationDictionary<TKey, TValue> Class

PresentationDictionary<TKey, TValue> Members

DevExpress.Docs.Presentation Namespace