System::Collections::Generic::BaseDictionary::Add Methode
BaseDictionary::Add method
Fügt ein Schlüssel-Wert-Paar zum Wörterbuch hinzu.
void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const key_t& | Schlüssel, für den ein Wert eingefügt werden soll. |
| Wert | const mapped_t& | Einzufügender Wert. |
Siehe auch
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++