Open sandboxFocus

Interface ICompilationSetResult

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 : IIntrospectionCompilationDetails

Properties

Name Description
TransformedCode

Gets the transformed code produced by Metalama for the compilations in this set.

Extension Methods

See Also