Property in BasicBlock
Gets the destinations of this block - that is, blocks or nodes that may run immediately after this block.
public IEnumerable<Destination> Destinations { get };: A destination represents a or node that may be run, following the execution of a .