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

LinkedList::Find method

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

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

ReturnValue

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

Δείτε επίσης