طريقة System::Collections::Generic::LinkedList::Find
LinkedList::Find method
يقوم بالبحث في الاتجاه الأمامي عن element في القائمة.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::Find(const T &element) const
| Parameter | Type | الوصف |
|---|---|---|
| element | const T& | العنصر للبحث عنه. |
ReturnValue
العقدة الموجودة إذا تم العثور على element, وإلا nullptr.
انظر أيضًا
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++