First

Returns a pointer to the first node of the linked list.

CLinkedListNode<T>* First();

Return Value

Returns a pointer to the first node.