QsCompilation Constructor

Definition

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

Applies to