NameDecorator(String) Constructor

Definition

Creates a new name decorator using the label.

public NameDecorator (string label);
new Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.NameDecorator : string -> Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.NameDecorator
Public Sub New (label As String)

Parameters

label
String

The label to use as the prefix for decorated names.

Applies to