System::Collections::Generic::IDictionary::Add metod
IDictionary::Add method
Lägger till ett nyckel‑värdepar i behållaren.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parameter | Typ | Beskrivning |
|---|---|---|
| nyckel | const TKey& | Nyckel att lägga till. |
| värde | const TValue& | Värde att lägga till. |
Se även
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++