The properties of the CodeForLoopStatement class are listed below. For a complete list of CodeForLoopStatement class members, see the CodeForLoopStatement Members topic.
IncrementStatement | Gets or sets the per loop cycle increment statement. |
InitStatement | Gets or sets the loop initialization statement. |
LinePragma (inherited from CodeStatement) | The line the statement occurs on. |
Statements | Gets or sets the statements to be executed within the loop. |
TestExpression | Gets or sets the expression to test for. |