System::Collections::Generic::LinkedList::FindLast‑metod
LinkedList::FindLast method
Utför sökning i omvänd riktning av ett element i listan.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
| Parameter | Typ | Beskrivning |
|---|---|---|
| element | const T& | Element att hitta. |
ReturnValue
Funnen nod om element hittas, nullptr annars.
Se även
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++