System::Collections::Generic::ICollection::Remove méthode
ICollection::Remove method
Supprime l’élément de la collection.
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
| Paramètre | Type | Description |
|---|---|---|
| élément | const T& | Élément à supprimer. |
ReturnValue
Vrai si l’élément a été trouvé et supprimé, faux sinon.
Voir aussi
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++