Interface IAspectReceiverSelector<TTarget>
An interface that allows aspects and fabrics to register aspects and validators for current compilation version.
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
public interface IAspectReceiverSelector<out TTarget> : IValidatorReceiverSelector<TTarget> where TTarget : class, IDeclaration
Type Parameters
Name | Description |
---|---|
TTarget |