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