Gets or sets the statements to be executed within the loop.
[Visual Basic] Public ReadOnly Property Statements As CodeStatementCollection [C#] public CodeStatementCollection Statements {get;} [C++] public: __property CodeStatementCollection* get_Statements(); [JScript] public function get Statements() : CodeStatementCollection;
An array of type CodeStatement containing the statements within the loop.
CodeForLoopStatement Class | CodeForLoopStatement Members | System.CodeDOM Namespace | CodeStatement