System::Collections::Generic::LinkedList::FindLast method

LinkedList::FindLast method

Listedeki bir element‘i ters yönde arar.

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
ParametreTürAçıklama
öğeconst T&Bulunacak öğe.

ReturnValue

element bulunursa bulunan düğüm, aksi takdirde nullptr.

Ayrıca Bakınız