Metodo System::Collections::Concurrent::ConcurrentDictionary::Remove
ConcurrentDictionary::Remove method
Rimuove l’elemento dal contenitore.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave per rimuovere l’elemento. |
ReturnValue
True se l’elemento è stato trovato e rimosso, false altrimenti.
Vedi anche
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++