References.Declarations Property

Definition

Dictionary that maps the id of a referenced assembly (given by its location on disk) to the headers defined in that assembly.

public System.Collections.Immutable.ImmutableDictionary<string,Microsoft.Quantum.QsCompiler.CompilationBuilder.References.Headers> Declarations { get; }
member this.Declarations : System.Collections.Immutable.ImmutableDictionary<string, Microsoft.Quantum.QsCompiler.CompilationBuilder.References.Headers>
Public ReadOnly Property Declarations As ImmutableDictionary(Of String, References.Headers)

Property Value

ImmutableDictionary<String,Headers>

Applies to