System::Collections::Concurrent::ConcurrentDictionary::Remove method
ConcurrentDictionary::Remove method
Verwijdert element uit de container.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const TKey& | Sleutel om element te verwijderen op. |
ReturnValue
True als het element werd gevonden en verwijderd, false anders.
Zie ook
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++