Name
Last updated
Was this helpful?
Property in BasicBlock
Gets a descriptive name for the block.
public string Name
{
get; }If this block begins at a labelled instruction, the name will be [NodeName].[LabelName] . Otherwise, it will be [NodeName].[FirstInstructionIndex] .
Last updated
Was this helpful?
Was this helpful?
