| 1. | Specifies the loop variable to be used in a 循环中要使用的循环变量。 |
| 2. | Declare looping variables in the for or for each statement 在for或for each语句中声明循环变量 |
| 3. | Loop that decrements the loop variable after each iteration 循环,在每次循环之后递减循环变量。 |
| 4. | Property as a loop variable 属性作为循环变量循环访问控件数组。 |
| 5. | You can use visual basic 2005 to declare a loop variable as part of a 可以使用visual basic 2005将循环变量声明为 |
| 6. | The scope of a loop variable declared in this manner is the loop itself 以此方式声明的循环变量的范围是循环本身。 |
| 7. | Loop variable declaration 循环变量声明 |
| 8. | Loop , for example , tab and shift - tab will move you back and forth between the different parts of the loop - the iterator , the test expression , the increment expression , and the loop body 循环的模板,那么使用tab和shift - tab键就可以在循环的不同部分(循环变量、测试表达式、增量表达式和循环体)之间来回移动。 |
| 9. | Listing 1 shows the for - each loop for iterating over an array and a collection ; in each case , the loop variable test condition and update expression is generated by the compiler , as if the programmer had coded it the usual way 清单1显示了基于数组和集合的迭代的for - each循环;任何一种情况下,循环变量测试条件和更新表达式由编译器生成,就好像编程人员把它编码成通常的方法一样。 |
| 10. | Below for links to more information on generics . the new for - loop format , sometimes called for - each , is a syntactic simplification that lets you eliminate the mechanics of managing loop variables or iterators from your code when iterating over arrays or collections 有时也称为for - each的新型for -循环格式是一种语法简化,当对数组或集合进行迭代时,使您无需具有从程序中管理循环变量或迭代器的技能。 |