BasicBlock.BranchValue 属性

定义

可选分支值(如果为非 null),将在之后 Operations求值。 对于条件分支,此值用于表示确定是否 ConditionalSuccessor 采用的条件。 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

属性值

适用于