QsScope(ImmutableArray<QsStatement>, 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 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
- statements
- ImmutableArray<QsStatement>
- knownSymbols
- LocalDeclarations