System::Collections::Generic::BaseDictionary::Add method
BaseDictionary::Add method
Adds key-value pair into dictionary.
void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
Parameter | Type | Description |
---|---|---|
key | const key_t& | Key to insert value for. |
value | const mapped_t& | Value to insert. |
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++