QsCompilation.EntryPoints Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)]
public System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> EntryPoints { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)>]
EntryPoints : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName>
Public ReadOnly Property EntryPoints As ImmutableArray(Of QsQualifiedName)

Property Value

ImmutableArray<QsQualifiedName>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to