طريقة System::Collections::Generic::BaseDictionary::Add

BaseDictionary::Add method

يضيف زوج المفتاح-القيمة إلى القاموس.

void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
ParameterTypeالوصف
المفتاحconst key_t&المفتاح لإدراج القيمة له.
valueconst mapped_t&القيمة لإدراجها.

انظر أيضًا