IConditionalOperation.WhenTrue Property

Definition

Operation to be executed if the Condition is true.

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

Property Value

Applies to