LocalDeclarations 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 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
- variables
- ImmutableArray<LocalVariableDeclaration<String,ResolvedType>>