System::Collections::Generic::IDictionary::Remove 方法
IDictionary::Remove method
从容器中移除键。
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 键 | const TKey& | 要移除的键。 |
ReturnValue
如果找到并移除键则为 true,否则为 false。
另见
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++