J
Josh Ferguson
I don't believe a syntax driven equivalent exists for this, but I just
thought it would be neat if you could use foreach to do something like this:
foreach (Object x in collection1, collection2)
and have it sequentially enumerate through both of them.
thought it would be neat if you could use foreach to do something like this:
foreach (Object x in collection1, collection2)
and have it sequentially enumerate through both of them.