Struct in BasicBlock
Inherits from System.ValueType
System.ValueType
A destination represents a BasicBlock or node that may be run, following the execution of a BasicBlock .
public struct Destination
Destination objects represent links between blocks, or between blocks and nodes.
DestinationType
The type of a Destination.
Block
The block that this destination refers to.
Condition
The condition that causes this destination to be reached.
NodeName
The name of the node that this destination refers to.
Type
Gets the Destination's type - whether the destination is a block, or a node.
Last updated 2 years ago
Was this helpful?