طريقة System::Collections::Generic::LinkedList::Add
LinkedList::Add method
يضيف element إلى نهاية القائمة.
void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
| Parameter | Type | الوصف |
|---|---|---|
| element | const T& | العنصر لإضافته إلى القائمة. |
انظر أيضًا
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++