IRewriteStep.AssemblyConstants 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 will be populated by the Q# compiler when the rewrite step is loaded. It contains the assembly constants for the Q# compilation unit on which the rewrite step is acting.
public System.Collections.Generic.IDictionary<string,string?> AssemblyConstants { get; }
member this.AssemblyConstants : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property AssemblyConstants As IDictionary(Of String, String)