Share via


IForLoopOperation.Condition Property

Definition

Condition of the loop. For C#, this comes from the second clause of the for statement.

public:
 property Microsoft::CodeAnalysis::IOperation ^ Condition { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation Condition { get; }
public Microsoft.CodeAnalysis.IOperation? Condition { get; }
member this.Condition : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property Condition As IOperation

Property Value

Applies to