References Class

Definition

public class References
type References = class
Public Class References
Inheritance
References

Remarks

This representation will change depending on the binary format in which we ship compiled Q# code.

Constructors

References(ImmutableDictionary<String,References.Headers>, Boolean, Action<ErrorCode,String[]>)

Initializes a new set of references based on the headers in refs and verifies that there are no conflicts.

Properties

Declarations

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

Empty

Methods

CombineSyntaxTrees(ImmutableArray<QsNamespace>, Int32, Action<ErrorCode,String[]>, ValueTuple<String,ImmutableArray<QsNamespace>>[])

Combines the syntax trees loaded from different source assemblies into a single syntax tree.

Applies to