System::Collections::Generic::LinkedList::Find method
LinkedList::Find method
Performs forward direction find of an element in the list.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::Find(const T &element) const
Parameter | Type | Description |
---|---|---|
element | const T& | Element to find. |
ReturnValue
Founded node if element is found, nullptr otherwise.
See Also
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++