IRewriteStep.ImplementsTransformation Property

Definition

Indicates whether or not the rewrite step intends to modify the compilation in any form. If a transformation is implemented, then that transformation will be executed only if either no precondition verification is implemented, or the implemented precondition verification succeeds.

public bool ImplementsTransformation { get; }
member this.ImplementsTransformation : bool
Public ReadOnly Property ImplementsTransformation As Boolean

Property Value

Boolean

Applies to