When applied to a template method parameter, indicates that the introduced parameter should have the this modifier, and that the introduced method should be an extension method.
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class ThisAttribute : Attribute
Constructors
Name | Description |
---|---|
ThisAttribute() |