System::Collections::Generic::IDictionary::Add methode
IDictionary::Add method
Voegt een sleutel‑waarde‑paar toe aan de container.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const TKey& | Sleutel om toe te voegen. |
| value | const TValue& | Waarde om toe te voegen. |
Zie ook
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++