System::Collections::Generic::LinkedList::Find yöntemi

LinkedList::Find method

Listede bir element öğesini ileri yönde arar.

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

ReturnValue

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

Ayrıca Bakınız