Destination
Struct in BasicBlock
Inherits from System.ValueType
Summary
A destination represents a BasicBlock or node that may be run, following the execution of a BasicBlock .
Remarks
Destination objects represent links between blocks, or between blocks and nodes.
Enums
Name
Description
The type of a Destination.
Properties
Name
Description
The block that this destination refers to.
The condition that causes this destination to be reached.
The name of the node that this destination refers to.
Gets the Destination's type - whether the destination is a block, or a node.
Last updated