Last
Returns a pointer to the last node of the linked list.
CLinkedListNode<T>* Last();
Return Value
Returns a pointer to the last node.