System::Collections::Generic::LinkedList::Remove méthode
LinkedList::Remove(const SharedPtr<LinkedListNode<T>>&) method
Supprime le nœud de la liste.
void System::Collections::Generic::LinkedList<T>::Remove(const SharedPtr<LinkedListNode<T>> &node)
| Paramètre | Type | Description |
|---|---|---|
| nœud | const SharedPtr<LinkedListNode<T>>& | Nœud à supprimer. |
Voir aussi
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::Remove(const T&) method
Supprime la première occurrence de element spécifié de la liste.
bool System::Collections::Generic::LinkedList<T>::Remove(const T &element) override
| Paramètre | Type | Description |
|---|---|---|
| élément | const T& | Élément à supprimer. |
ReturnValue
Vrai si element a été trouvé et supprimé, faux sinon.
Voir aussi
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++