NamespaceTransformation<T> Constructors

Definition

Overloads

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

NamespaceTransformation<T>(SyntaxTreeTransformation<T>)

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

NamespaceTransformation<T>(T)

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

Parameters

sharedState
T

Applies to

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

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

NamespaceTransformation<T>(T, TransformationOptions)

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

Parameters

sharedState
T

Applies to