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ètre | Type | Description |
|---|---|---|
| clé | const TKey& | Clé à supprimer. |
ReturnValue
True si la clé a été trouvée et supprimée, false sinon.
Voir aussi
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++