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