AddVariableDeclarations<T> Constructor

Definition

public AddVariableDeclarations (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<T> parent, params Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<string,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>[] addedVars);
new Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.AddVariableDeclarations<'T> : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<'T> * Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>[] -> Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.AddVariableDeclarations<'T>
Public Sub New (parent As SyntaxTreeTransformation(Of T), ParamArray addedVars As LocalVariableDeclaration(Of String, ResolvedType)())

Parameters

Applies to