System::Collections::Generic::IDictionary::Add طريقة
IDictionary::Add method
يضيف زوج المفتاح‑القيمة إلى الحاوية.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const TKey& | المفتاح للإضافة. |
| value | const TValue& | القيمة للإضافة. |
انظر أيضًا
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++