System::Collections::Generic::LinkedList::FindLast 메서드

LinkedList::FindLast method

리스트에서 element를 역방향으로 찾습니다.

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
매개변수형식설명
elementconst T&찾을 요소.

ReturnValue

element가 발견되면 노드를 반환하고, 그렇지 않으면 nullptr를 반환합니다.

또 보기