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