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。

参照