TypeTransformation Constructors

Definition

Overloads

TypeTransformation()
TypeTransformation(SyntaxTreeTransformation)
TypeTransformation(TransformationOptions)
TypeTransformation(SyntaxTreeTransformation, TransformationOptions)

TypeTransformation()

public TypeTransformation ();
Public Sub New ()

Applies to

TypeTransformation(SyntaxTreeTransformation)

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

Parameters

parentTransformation
SyntaxTreeTransformation

Applies to

TypeTransformation(TransformationOptions)

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

Parameters

Applies to

TypeTransformation(SyntaxTreeTransformation, TransformationOptions)

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

Parameters

parentTransformation
SyntaxTreeTransformation

Applies to