BasicBlock.ConditionalSuccessor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional conditional branch out of the basic block. If non-null, this branch may be taken at the end of the basic block based on the ConditionKind and BranchValue.
public:
property Microsoft::CodeAnalysis::FlowAnalysis::ControlFlowBranch ^ ConditionalSuccessor { Microsoft::CodeAnalysis::FlowAnalysis::ControlFlowBranch ^ get(); };
public Microsoft.CodeAnalysis.FlowAnalysis.ControlFlowBranch ConditionalSuccessor { get; }
public Microsoft.CodeAnalysis.FlowAnalysis.ControlFlowBranch? ConditionalSuccessor { get; }
member this.ConditionalSuccessor : Microsoft.CodeAnalysis.FlowAnalysis.ControlFlowBranch
Public ReadOnly Property ConditionalSuccessor As ControlFlowBranch