Metalama//API Documentation/Advanced API/Metalama.​Compiler/Transformer­Context/Plugins
Open sandboxFocus

Property Plugins

Plugins

Gets plugins that were registered by being marked with the Metalama.CompilerPluginAttribute attribute.

Declaration
public ImmutableArray<object> Plugins { get; }
Property Value
Type Description
ImmutableArray<Object>