System::Collections::Generic::LinkedList::AddLast طريقة
LinkedList::AddLast(const SharedPtr<LinkedListNode<T>>&) method
يضيف newNode إلى نهاية القائمة.
void System::Collections::Generic::LinkedList<T>::AddLast(const SharedPtr<LinkedListNode<T>> &newNode)
| معامل | نوع | الوصف |
|---|---|---|
| newNode | const SharedPtr<LinkedListNode<T>>& | العقدة الجديدة للإضافة. |
انظر أيضًا
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::AddLast(const T&) method
يضيف element إلى نهاية القائمة.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::AddLast(const T &element)
| معامل | نوع | الوصف |
|---|---|---|
| عنصر | const T& | العنصر للإضافة. |
ReturnValue
عقدة جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++