System::Collections::Generic::LinkedList::FindLast method

LinkedList::FindLast method

在列表中执行 element 的反向查找。

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::FindLast(const T &element) const
参数类型描述
元素const T&要查找的元素。

ReturnValue

如果找到 element,则返回已找到的节点;否则返回 nullptr。

另见