SyntaxTreeExtensions.GetResolvedType Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType GetResolvedType (this Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> argTuple);
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.GetResolvedType : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
<Extension()>
Public Function GetResolvedType (argTuple As QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType))) As ResolvedType

Parameters

Returns

ResolvedType

Applies to