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