References Class
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.
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 |
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. |