SyntaxTreeExtensions.ResolvedType.ExtractAll<a> 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<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
- this
- ResolvedType
- extract
- Microsoft.FSharp.Core.FSharpFunc<ResolvedType,IEnumerable<a>>
Returns
- IEnumerable<a>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute