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> |
Gets plugins that were registered by being marked with the Metalama.CompilerPluginAttribute
attribute.
public ImmutableArray<object> Plugins { get; }
Type | Description |
---|---|
ImmutableArray<Object> |