SyntaxTreeExtensions.QsTuple`1.ResolveWith<Item> Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType QsTuple`1.ResolveWith<Item> (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Item> this, Microsoft.FSharp.Core.FSharpFunc<Item,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> getType);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.QsTuple`1.ResolveWith : ('Item -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType) -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Function QsTuple`1.ResolveWith(Of Item) (this As QsTuple(Of Item), getType As FSharpFunc(Of Item, ResolvedType)) As ResolvedType

Type Parameters

Item

Parameters

getType
Microsoft.FSharp.Core.FSharpFunc<Item,ResolvedType>

Returns

ResolvedType
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to