foreach loop

English

Noun

foreach loop (plural foreach loops)

  1. (programming) A section of code similar to a for loop, but repeating a series of instructions for every item in a collection.