IgnoreOuterBlockInConjugations<T> 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
| IgnoreOuterBlockInConjugations<T>(SyntaxTreeTransformation<T>, TransformationOptions) | |
| IgnoreOuterBlockInConjugations<T>(T, TransformationOptions) |
IgnoreOuterBlockInConjugations<T>(SyntaxTreeTransformation<T>, TransformationOptions)
public IgnoreOuterBlockInConjugations (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<T> parent, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions? options = default);
new Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.IgnoreOuterBlockInConjugations<'T> : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T> * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.IgnoreOuterBlockInConjugations<'T>
Public Sub New (parent As SyntaxTreeTransformation(Of T), Optional options As TransformationOptions = Nothing)
Parameters
- parent
- SyntaxTreeTransformation<T>
- options
- TransformationOptions
Applies to
IgnoreOuterBlockInConjugations<T>(T, TransformationOptions)
public IgnoreOuterBlockInConjugations (T sharedInternalState, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions? options = default);
new Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.IgnoreOuterBlockInConjugations<'T> : 'T * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.IgnoreOuterBlockInConjugations<'T>
Public Sub New (sharedInternalState As T, Optional options As TransformationOptions = Nothing)
Parameters
- sharedInternalState
- T
- options
- TransformationOptions