SyntaxTreeTransformation<T> Constructors

Definition

Overloads

SyntaxTreeTransformation<T>(T)
SyntaxTreeTransformation<T>(T, TransformationOptions)

SyntaxTreeTransformation<T>(T)

public SyntaxTreeTransformation (T state);
new Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T> : 'T -> Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T>
Public Sub New (state As T)

Parameters

state
T

Applies to

SyntaxTreeTransformation<T>(T, TransformationOptions)

public SyntaxTreeTransformation (T state, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T> : 'T * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T>
Public Sub New (state As T, options As TransformationOptions)

Parameters

state
T

Applies to