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 | Type | Beskrivning |
|---|---|---|
| nyckel | const TKey& | Nyckel att lägga till. |
| value | const TValue& | Värde att lägga till. |
Se även
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++