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
ParametroTipoDescrizione
chiaveconst TKey&Chiave per rimuovere l’elemento.

ReturnValue

True se l’elemento è stato trovato e rimosso, false altrimenti.

Vedi anche