System::Collections::Concurrent::ConcurrentDictionary::Remove method
ConcurrentDictionary::Remove method
Entfernt ein Element aus dem Container.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const TKey& | Schlüssel, an dem das Element entfernt werden soll. |
ReturnValue
Wahr, wenn das Element gefunden und entfernt wurde, sonst falsch.
Siehe auch
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++