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를 반환합니다.

또 보기