Because of this, locks inside a loop are not coarsened to include the loopingconstruct.
正因为这些原因,一个处于循环内部的锁是不会被粗化到包含整个循环体的。
2
To repeat a block of instructions, use the loop instruction or another loopingconstruct.
对于想重复一段指令,可以使用loop指令或者其他循环指令。
3
This loopingconstruct is used to iterate over the matches of a pattern in an enumerable collection such as a range expression, sequence, list, array, or other construct that supports enumeration.