System::Collections::Generic::IDictionary::Remove metodo

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

Vero se la chiave è stata trovata e rimossa, falso altrimenti.

Vedi anche