SyntaxTreeExtensions.QsType.ExtractAll<a> Method

Definition

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

Type Parameters

a

Parameters

this
QsType
extract
Microsoft.FSharp.Core.FSharpFunc<QsType,IEnumerable<a>>

Returns

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

Applies to