Share via


BasicBlock.BranchValue Property

Definition

Optional branch value, which if non-null, is evaluated after Operations. For conditional branches, this value is used to represent the condition which determines if ConditionalSuccessor is taken or not. For non-conditional branches, this value is used to represent the return or throw value associated with the FallThroughSuccessor.

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

Property Value

Applies to