System::Collections::Generic::LinkedList::FindLast metodu
LinkedList::FindLast method
Listede bir element öğesini ters yönde arar.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
| Parameter | Type | Açıklama |
|---|---|---|
| öğe | const T& | Bulunacak öğe. |
ReturnValue
Eğer element bulunursa bulunan düğüm, aksi takdirde nullptr.
Ayrıca Bakınız
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++