QsScope(ImmutableArray<QsStatement>, LocalDeclarations) Constructor

Definition

public QsScope (System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement> statements, Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations knownSymbols);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement> * Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope
Public Sub New (statements As ImmutableArray(Of QsStatement), knownSymbols As LocalDeclarations)

Parameters

knownSymbols
LocalDeclarations

Applies to