System::Collections::Concurrent::ConcurrentDictionary::Remove method
ConcurrentDictionary::Remove method
从容器中移除元素。
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const TKey& | 要移除元素的键。 |
ReturnValue
如果找到并移除元素则为 true,否则为 false。
另见
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++