QsCompilation 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 QsCompilation (System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> namespaces, System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> entryPoints);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace> * System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public Sub New (namespaces As ImmutableArray(Of QsNamespace), entryPoints As ImmutableArray(Of QsQualifiedName))
Parameters
- namespaces
- ImmutableArray<QsNamespace>
- entryPoints
- ImmutableArray<QsQualifiedName>