Property Successors
Successors
Gets a, potentially empty, collection of successor blocks for this instruction
Declaration
public IOperandCollection<BasicBlock> Successors { get; }
Property Value
public IOperandCollection<BasicBlock> Successors { get; }
IOperandCollection<BasicBlock> |