SelectByAllContainedExpressions Constructor
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.
public SelectByAllContainedExpressions (Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,bool> condition, bool evaluateOnSubexpressions = true);
new Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByAllContainedExpressions : Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, bool> * bool -> Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByAllContainedExpressions
Public Sub New (condition As Func(Of TypedExpression, Boolean), Optional evaluateOnSubexpressions As Boolean = true)
Parameters
- condition
- Func<TypedExpression,Boolean>
- evaluateOnSubexpressions
- Boolean