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