The interface required to implement a source transformer.
Namespace: Metalama.Compiler
Assembly: Metalama.Compiler.Interface.dll
Syntax
public interface ISourceTransformer
Methods
Name | Description |
---|---|
Execute(TransformerContext) | Called to perform source transformation. |