Share via


ISyntaxTreeRewriter Interface

Definition

Contract for rewriting a syntax tree.

public interface class ISyntaxTreeRewriter
public interface ISyntaxTreeRewriter
type ISyntaxTreeRewriter = interface
Public Interface ISyntaxTreeRewriter

Methods

Rewrite(RewritingContext)

Rewrites the provided contexts SyntaxTree.

Applies to