Metodo System::Collections::Generic::IDictionary::Remove

IDictionary::Remove method

Rimuove la chiave dal contenitore.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
ParametroTipoDescrizione
chiaveconst TKey&Chiave da rimuovere.

ReturnValue

True se la chiave è stata trovata e rimossa, false altrimenti.

Vedi anche