NamespaceTransformationBase Constructors

Definition

Overloads

NamespaceTransformationBase()
NamespaceTransformationBase(FSharpFunc<Unit,StatementTransformationBase>)
NamespaceTransformationBase(TransformationOptions)
NamespaceTransformationBase(FSharpFunc<Unit,StatementTransformationBase>, TransformationOptions)

NamespaceTransformationBase()

public NamespaceTransformationBase ();
Public Sub New ()

Applies to

NamespaceTransformationBase(FSharpFunc<Unit,StatementTransformationBase>)

public NamespaceTransformationBase (Microsoft.FSharp.Core.FSharpFunc<Microsoft.FSharp.Core.Unit,Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformationBase> statementTransformation);
new Microsoft.Quantum.QsCompiler.Transformations.Core.NamespaceTransformationBase : (unit -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformationBase) -> Microsoft.Quantum.QsCompiler.Transformations.Core.NamespaceTransformationBase
Public Sub New (statementTransformation As FSharpFunc(Of Unit, StatementTransformationBase))

Parameters

statementTransformation
Microsoft.FSharp.Core.FSharpFunc<Microsoft.FSharp.Core.Unit,StatementTransformationBase>

Applies to

NamespaceTransformationBase(TransformationOptions)

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

Parameters

Applies to

NamespaceTransformationBase(FSharpFunc<Unit,StatementTransformationBase>, TransformationOptions)

public NamespaceTransformationBase (Microsoft.FSharp.Core.FSharpFunc<Microsoft.FSharp.Core.Unit,Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformationBase> statementTransformation, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.NamespaceTransformationBase : (unit -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformationBase) * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.NamespaceTransformationBase
Public Sub New (statementTransformation As FSharpFunc(Of Unit, StatementTransformationBase), options As TransformationOptions)

Parameters

statementTransformation
Microsoft.FSharp.Core.FSharpFunc<Microsoft.FSharp.Core.Unit,StatementTransformationBase>

Applies to