CodeIterationStatement::IncrementStatement Property

 

Gets or sets the statement that is called after each loop cycle.

Namespace:   System.CodeDom
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
Return to top
Show: