Considerations about Foreach Loop iteration variable

Considerations about Foreach Loop iteration variable

It is mandatory to use an iteration variable scoped inside the loop container. Failure to do this will result in errors and/or concurrency issues.