SyntaxExtensions.New.Static Method
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 static Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope QsScope.New.Static (System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement> statements, Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations parentSymbols);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsScope.New.Static : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement> * Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope
Public Shared Function QsScope.New.Static (statements As IEnumerable(Of QsStatement), parentSymbols As LocalDeclarations) As QsScope
Parameters
- statements
- IEnumerable<QsStatement>
- parentSymbols
- LocalDeclarations