SyntaxTreeTransformation Constructors

Definition

Overloads

SyntaxTreeTransformation()
SyntaxTreeTransformation(TransformationOptions)

SyntaxTreeTransformation()

public SyntaxTreeTransformation ();
Public Sub New ()

Applies to

SyntaxTreeTransformation(TransformationOptions)

public SyntaxTreeTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation
Public Sub New (options As TransformationOptions)

Parameters

Applies to