System::Collections::Generic::LinkedList::get_Last メソッド

LinkedList::get_Last method

リストの最後の要素へのポインタを取得します。

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::get_Last() const

ReturnValue

リストの最後の要素。

参照