System::Collections::Concurrent::ConcurrentDictionary::Remove method
ConcurrentDictionary::Remove method
Removes element from container.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
Parameter | Type | Description |
---|---|---|
key | const TKey& | Key to remove element at. |
ReturnValue
True if element was found and removed, false otherwise.
See Also
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.PUB for C++