Represents the result of compiling a set of compilations, providing access to both introspection details and the transformed code produced by Metalama.
Namespace: Metalama.Framework.Workspaces
Assembly: Metalama.Framework.Workspaces.dll
Syntax
public interface ICompilationSetResult : IIntrospectionCompilationDetailsProperties
| Name | Description |
|---|---|
| TransformedCode | Gets the transformed code produced by Metalama for the compilations in this set. |