System::Collections::Concurrent::ConcurrentDictionary::Remove metodo

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

Vero se l’elemento è stato trovato e rimosso, falso altrimenti.

Vedi anche