Iterating over collections - As simple as possible, but no simpler.

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/2/21/iterating-over-collections-as-simple-as-possible-but-no-simp.html
Published Sunday, February 22, 2004 12:24 AM by RoyOsherove
Filed under:

Comments

Sunday, February 22, 2004 4:47 PM by Ian Leff

# re: Iterating over collections - As simple as possible, but no simpler.

how about

for each whateverthehecktheobjectsareinmycollection as object in Customers
...
next
Sunday, February 22, 2004 8:29 PM by TrackBack

# About FOREACH iterating

About FOREACH iterating