SyntaxExtensions.New.Static Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation QsCompilation.New.Static (System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> namespaces, System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> entryPoints);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsCompilation.New.Static : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> * System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public Shared Function QsCompilation.New.Static (namespaces As ImmutableArray(Of QsNamespace), entryPoints As ImmutableArray(Of QsQualifiedName)) As QsCompilation

Parameters

Returns

QsCompilation

Applies to