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

另见