Back to Devexpress

PresentationDictionary<TKey, TValue>.Add Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2-dot-add.md

latest508 B
Original Source

PresentationDictionary<TKey, TValue>.Add Method

NameParametersDescription
Add(TKey, TValue)key, valueAdds an element with the specified key and value to the dictionary.
Add(KeyValuePair<TKey, TValue>)itemAdds a key-value pair to the dictionary.