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.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
- namespaces
- ImmutableArray<QsNamespace>
- entryPoints
- ImmutableArray<QsQualifiedName>