طريقة System::Collections::Generic::LinkedList::Add

LinkedList::Add method

يضيف element إلى نهاية القائمة.

void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
معاملنوعالوصف
عنصرconst T&العنصر لإضافته إلى القائمة.

انظر أيضًا