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