System::Collections::Concurrent::ConcurrentDictionary::Remove-Methode
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
True, wenn das Element gefunden und entfernt wurde, sonst false.
Siehe auch
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++