Metalama//API Documentation/Aspect API/Metalama.​Framework.​Aspects/IAspect­Receiver­Selector<TTarget>
Open sandboxFocus

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