System::Collections::Generic::LinkedList::FindLast method
LinkedList::FindLast method
Performs reverse direction find of an element in the list.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
Parameter | Type | Description |
---|---|---|
element | const T& | Element to find. |
ReturnValue
Founded node if element is found, nullptr otherwise.
See Also
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++