System::Collections::Generic::LinkedList::get_Last method

LinkedList::get_Last method

Gets pointer to the last element in the list.

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

ReturnValue

Last element in the list.

See Also