LocalDeclarations Constructor

Definition

public LocalDeclarations (System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<string,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> variables);
new Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations
Public Sub New (variables As ImmutableArray(Of LocalVariableDeclaration(Of String, ResolvedType)))

Parameters

Applies to