SyntaxExtensions.New.Static Method

Definition

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

Returns

QsScope

Applies to