طريقة 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.

انظر أيضًا