NamespaceTransformationBase Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- options
- TransformationOptions
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>
- options
- TransformationOptions