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

BaseDictionary::Remove method

从字典中移除指定键。

bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
参数类型描述
const key_t&要移除的键。

ReturnValue

如果找到并删除了键则为 true,否则为 false。

另见