System::Collections::Generic::IDictionary::Add Methode
IDictionary::Add method
Fügt ein Schlüssel-Wert-Paar in den Container ein.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const TKey& | Schlüssel zum Hinzufügen. |
| Wert | const TValue& | Wert zum Hinzufügen. |
Siehe auch
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++