Gets or sets the loop initialization statement.
[Visual Basic] Public Property InitStatement As CodeStatement [C#] public CodeStatement InitStatement {get; set;} [C++] public: __property CodeStatement* get_InitStatement(); public: __property void set_InitStatement(CodeStatement*); [JScript] public function get InitStatement() : CodeStatement; public function set InitStatement(CodeStatement);
A CodeStatement containing the loop initialization statement.
CodeForLoopStatement Class | CodeForLoopStatement Members | System.CodeDOM Namespace