For Each loop
From Programmer's Wiki
[edit] Introduction
Iterate over a collection of object. The collection object must support the appropriate interface (as defined by the language).
Iterate over a collection of object. The collection object must support the appropriate interface (as defined by the language).