Skip to main content
All docs
V25.2
  • 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

    public void Add(
        KeyValuePair<TKey, TValue> item
    )

    Parameters

    Name Type Description
    item KeyValuePair<TKey, TValue>

    The key-value pair to add to the dictionary.

    Implements

    Add(KeyValuePair<TKey, TValue>)
    See Also