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。
另见
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++