SyntaxGenerator.ArgumentTupleAsExpression Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ArgumentTupleAsExpression (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> argTuple);
Microsoft.Quantum.QsCompiler.SyntaxGenerator.ArgumentTupleAsExpression : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function ArgumentTupleAsExpression (argTuple As QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType))) As TypedExpression

Parameters

Returns

TypedExpression

Applies to