IRewriteStep.ImplementsPostconditionVerification Property

Definition

A postcondition verification provides the means for diagnostics generation and detailed checks after transformation. The verification is executed only if the precondition verification passes and after applying the implemented transformation (if any).

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

Property Value

Boolean

Applies to