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&要插入的值。

另见