System::Collections::Generic::BaseDictionary::Remove 方法

BaseDictionary::Remove method

从字典中移除指定键。

bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
ParameterType描述
const key_t&要删除的键。

ReturnValue

如果找到并移除键则返回 true,否则返回 false。

另见