Add()
IDictionary::Add(const TKey&, const TValue&) method
Adds key-value pair into container.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
Arguments
Parameter | Type | Description |
---|---|---|
key | const TKey& | Key to add. |
value | const TValue& | Value to add. |
See Also
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Slides