SyntaxTreeExtensions.ResolvedType.ExtractAll<a> Method

Definition

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

Type Parameters

a

Parameters

extract
Microsoft.FSharp.Core.FSharpFunc<ResolvedType,IEnumerable<a>>

Returns

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

Applies to