System::Collections::Generic::BaseDictionary::Add‑metod
BaseDictionary::Add method
Lägger till nyckel-värde-par i dictionary.
void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
| Parameter | Type | Beskrivning |
|---|---|---|
| nyckel | const key_t& | Nyckel att infoga värde för. |
| value | const mapped_t& | Värde att infoga. |
Se även
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++