CompilationLoader.Configuration.RewriteStepInstances Property

Definition

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))

Property Value

IEnumerable<ValueTuple<IRewriteStep,String>>

Applies to