All pages
Powered by GitBook
1 of 1

Loading...

Destinations

Property in BasicBlock

Summary

Gets the destinations of this block - that is, blocks or nodes that may run immediately after this block.

public IEnumerable<Destination> Destinations { get };

See Also

  • : A destination represents a or node that may be run, following the execution of a .

Destination
BasicBlock
BasicBlock