ForStatement
A for-statement.
Gets the condition checked before each loop through the for-statement.
Gets the statement that is embedded within this for-statement.
Gets the variables declared in the for-statement declaration.
Gets the expressions called at the end of each loop through the for-statement,
used to advance the enumerator.