System::Collections::Generic::BaseDictionary::Add طريقة
BaseDictionary::Add method
يضيف زوج المفتاح-القيمة إلى القاموس.
void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
| معامل | نوع | الوصف |
|---|---|---|
| المفتاح | const key_t& | المفتاح لإدراج القيمة من أجله. |
| قيمة | const mapped_t& | القيمة لإدراجها. |
انظر أيضًا
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++