CompilationLoader.Configuration.RewriteStepInstances 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.
Contains a sequence of tuples with the objects (instances of IRewriteStep) and the corresponding output folder. The contained rewrite steps will be executed in the defined order and priority at the end of the compilation.
public System.Collections.Generic.IEnumerable<(Microsoft.Quantum.QsCompiler.IRewriteStep, string?)> RewriteStepInstances { get; set; }
member this.RewriteStepInstances : seq<ValueTuple<Microsoft.Quantum.QsCompiler.IRewriteStep, string>> with get, set
Public Property RewriteStepInstances As IEnumerable(Of ValueTuple(Of IRewriteStep, String))