SyntaxTreeExtensions.Exists Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static bool Exists (this Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression this, Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,bool> condition);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.Exists : Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, bool> -> bool
<Extension()>
Public Function Exists (this As TypedExpression, condition As Func(Of TypedExpression, Boolean)) As Boolean

Parameters

Returns

Boolean
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to