System.CodeDom.CodeIterationStatement.TestExpression Property

Gets or sets the expression to test as the condition that continues the loop.

Syntax

public CodeExpression TestExpression { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If this expression resolves to true, the loop will continue.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0