System::Collections::Generic::IDictionary::Remove méthode

IDictionary::Remove method

Supprime la clé du conteneur.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
ParamètreTypeDescription
cléconst TKey&Clé à supprimer.

ReturnValue

True si la clé a été trouvée et supprimée, false sinon.

Voir aussi