System::Collections::Generic::BaseDictionary::Remove 方法
BaseDictionary::Remove method
从字典中移除指定键。
bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const key_t& | 要删除的键。 |
ReturnValue
如果找到并移除键则返回 true,否则返回 false。
另见
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++