References.Declarations Property
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.
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)