AddVariableDeclarations<T> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- parent
- SyntaxTreeTransformation<T>
- addedVars
- LocalVariableDeclaration<String,ResolvedType>[]