Open sandboxFocus

Class AspectGeneratedAttribute

A custom attribute added to introduced parameters.

Inheritance
AspectGeneratedAttribute
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class AspectGeneratedAttribute : Attribute
Remarks

This attribute allows to construct the pre-transformation SerializableDeclarationId of the member, before any parameter was added. It is added when the constructor can be called from an external assembly.

Constructors

Name Description
AspectGeneratedAttribute()

Extension Methods