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

LinkedList::Remove(const SharedPtr<LinkedListNode<T>>&) method

يزيل العقدة من القائمة.

void System::Collections::Generic::LinkedList<T>::Remove(const SharedPtr<LinkedListNode<T>> &node)
معاملنوعالوصف
العقدةconst SharedPtr<LinkedListNode<T>>&العقدة التي ستُزال.

انظر أيضًا

LinkedList::Remove(const T&) method

يزيل أول ظهور للـ element المحدد من القائمة.

bool System::Collections::Generic::LinkedList<T>::Remove(const T &element) override
معاملنوعالوصف
عنصرconst T&العنصر الذي سيُزال.

ReturnValue

صحيح إذا تم العثور على element وإزالته، خطأ خلاف ذلك.

انظر أيضًا