IRewriteStep.AssemblyConstants Property

Definition

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)

Property Value

IDictionary<String,String>

Applies to