IgnoreOuterBlockInConjugations<T> Class
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.
Ensures that the outer block of conjugations is ignored during transformation.
public class IgnoreOuterBlockInConjugations<T> : Microsoft.Quantum.QsCompiler.Transformations.Core.StatementKindTransformation<T>
type IgnoreOuterBlockInConjugations<'T> = class
inherit StatementKindTransformation<'T>
Public Class IgnoreOuterBlockInConjugations(Of T)
Inherits StatementKindTransformation(Of T)
Type Parameters
- T
- Inheritance
-
IgnoreOuterBlockInConjugations<T>
Constructors
| IgnoreOuterBlockInConjugations<T>(SyntaxTreeTransformation<T>, TransformationOptions) | |
| IgnoreOuterBlockInConjugations<T>(T, TransformationOptions) |
Properties
| Expressions | (Inherited from StatementKindTransformationBase) |
| SharedState | (Inherited from StatementKindTransformation<T>) |
| Statements | (Inherited from StatementKindTransformationBase) |
| Transformation | (Inherited from StatementKindTransformation<T>) |
| Types | (Inherited from StatementKindTransformationBase) |