Walk through the linked list
delegate to be called for each value in the list
the return value of the last call to the delegate, or zero if no call happened (no elements to walk over)
See Implementation
Walk through the linked list