TypeTransformation<T> Constructors

Definition

Overloads

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

TypeTransformation<T>(SyntaxTreeTransformation<T>)

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

TypeTransformation<T>(T)

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

Parameters

sharedState
T

Applies to

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

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

TypeTransformation<T>(T, TransformationOptions)

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

Parameters

sharedState
T

Applies to