SyntaxGenerator.ArgumentTupleAsSymbolTuple Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple ArgumentTupleAsSymbolTuple (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.ArgumentTupleAsSymbolTuple : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple
Public Shared Function ArgumentTupleAsSymbolTuple (argTuple As QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType))) As SymbolTuple

Parameters

Returns

SymbolTuple

Applies to