SyntaxTreeExtensions.TypedExpression.ExtractAll<c> Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static System.Collections.Generic.IEnumerable<c> TypedExpression.ExtractAll<c> (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression this, Microsoft.FSharp.Core.FSharpFunc<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,System.Collections.Generic.IEnumerable<c>> extract);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.TypedExpression.ExtractAll : (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> seq<'c>) -> seq<'c>
Public Function TypedExpression.ExtractAll(Of c) (this As TypedExpression, extract As FSharpFunc(Of TypedExpression, IEnumerable(Of c))) As IEnumerable(Of c)

Type Parameters

c

Parameters

extract
Microsoft.FSharp.Core.FSharpFunc<TypedExpression,IEnumerable<c>>

Returns

IEnumerable<c>
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to