System::Collections::Generic::LinkedList::FindLast μέθοδος

LinkedList::FindLast method

Εκτελεί αναζήτηση προς τα πίσω του element στη λίστα.

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
ParameterTypeΠεριγραφή
elementconst T&Στοιχείο προς εύρεση.

ReturnValue

Βρέθηκε κόμβος εάν element βρεθεί, nullptr διαφορετικά.

Δείτε επίσης