System::Collections::Generic::LinkedList::AddLast méthode
LinkedList::AddLast(const SharedPtr<LinkedListNode<T>>&) method
Ajoute newNode à la fin de la liste.
void System::Collections::Generic::LinkedList<T>::AddLast(const SharedPtr<LinkedListNode<T>> &newNode)
| Paramètre | Type | Description |
|---|---|---|
| newNode | const SharedPtr<LinkedListNode<T>>& | Nouveau nœud à ajouter. |
Voir aussi
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::AddLast(const T&) method
Ajoute element à la fin de la liste.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::AddLast(const T &element)
| Paramètre | Type | Description |
|---|---|---|
| élément | const T& | Élément à ajouter. |
ReturnValue
Nouveau nœud.
Voir aussi
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++