System::Collections::Generic::LinkedList::Find yöntemi
LinkedList::Find method
Listedeki bir element‘i ileri yönde arar.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::Find(const T &element) const
| Parametre | Tür | Açıklama |
|---|---|---|
| öğe | const T& | Bulunacak öğe. |
ReturnValue
element bulunursa bulunan düğüm, aksi takdirde nullptr.
Ayrıca Bakınız
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++