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
ParameterTypeDescription
elementconst T&Element to find.

ReturnValue

Founded node if element is found, nullptr otherwise.

See Also