CompilationLoader.Configuration.RewriteStepTypes Property

Definition

Contains a sequence of tuples with the types (classes implementing 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<(Type, string?)> RewriteStepTypes { get; set; }
member this.RewriteStepTypes : seq<ValueTuple<Type, string>> with get, set
Public Property RewriteStepTypes As IEnumerable(Of ValueTuple(Of Type, String))

Property Value

IEnumerable<ValueTuple<Type,String>>

Applies to