SyntaxTreeExtensions.TypedExpression.ExtractAll<c> Method
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.
[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
- this
- TypedExpression
- extract
- Microsoft.FSharp.Core.FSharpFunc<TypedExpression,IEnumerable<c>>
Returns
- IEnumerable<c>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute