盒子
盒子

C++ STL/CLR

1
2
3
for each (type identifier in expression) {
statements
}

The for each statement is used to iterate through a collection. You can modify elements in a collection, but you cannot add or delete elements.