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
ParameterTypBeskrivning
elementconst T&Element att hitta.

ReturnValue

Funnen nod om element hittas, nullptr annars.

Se även