For the complete documentation index, see llms.txt. This page is also available as Markdown.

LabelName

Property in BasicBlock

Summary

Gets the name of the label that this block begins at, or null if this basic block does not begin at a labelled instruction.

public string LabelName { get; set; }

Last updated

Was this helpful?