Enumeration methods allow you to perform a specified operation on the
members of a collection. You can operate on all the members, operate on
all the members until a flag is set, operate only on the members that
pass some test, or operate on the results of passing the members through
a modifying function. Each of the enumerators come in pairs: one method
for enumerating in place, and another method that is "safe" for
enumerating when the operation changes the contents of the receiving
collection. If the contents of the collection are changed during the
enumeration you must use the "safe" methods.
Please take a moment to fill out
this visitor survey You can help support this site by
visiting the advertisers that sponsor it! (only once each, though)