AddDestinationToAnywhere(BasicBlock?)

Method in BasicBlock

Summary

Adds a new destination to this block that points at any other node in the program.

public void AddDestinationToAnywhere(BasicBlock? returnToBlock = null)

Parameters

Name
Description

Last updated

Was this helpful?