get_Last()

LinkedList::get_Last() const method

Gets pointer to the last element in the list.

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

Return Value

Last element in the list.

See Also