NameDecorator(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.