System::Collections::Generic::LinkedList::FindLast طريقة
LinkedList::FindLast method
يقوم بالبحث في الاتجاه العكسي عن element في القائمة.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
| Parameter | Type | الوصف |
|---|---|---|
| element | const T& | العنصر للبحث عنه. |
ReturnValue
العقدة الموجودة إذا تم العثور على element, وإلا nullptr.
انظر أيضًا
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++