System::Collections::Generic::LinkedList::Find विधि

LinkedList::Find method

सूची में element की आगे की दिशा में खोज करता है।

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::Find(const T &element) const
पैरामीटरप्रकारविवरण
elementconst T&खोजने के लिए तत्व।

ReturnValue

यदि element पाया जाता है तो नोड लौटाता है, अन्यथा nullptr।

संबंधित देखें