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