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

LinkedList::FindLast method

يقوم بالبحث في الاتجاه العكسي عن element في القائمة.

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
ParameterTypeالوصف
elementconst T&العنصر للبحث عنه.

ReturnValue

العقدة الموجودة إذا تم العثور على element, وإلا nullptr.

انظر أيضًا