CodeIterationStatement::IncrementStatement Property
.NET Framework (current version)
Gets or sets the statement that is called after each loop cycle.
Assembly: System (in System.dll)
public: property CodeStatement^ IncrementStatement { CodeStatement^ get(); void set(CodeStatement^ value); }
Property Value
Type: System.CodeDom::CodeStatement^A CodeStatement that indicates the per cycle increment statement.
This statement is called after each iteration.
.NET Framework
Available since 1.1
Available since 1.1
Show: