Return count of items in bi-directional linked list.
template<class Type> size_t Count(TList<Type> *head);