Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Fabrics / INamespace­Amender

Interface INamespaceAmender

Argument of AmendNamespace(INamespaceAmender). Allows reporting diagnostics and adding aspects to the target declaration of the fabric.

Namespace: Metalama.Framework.Fabrics
Assembly: Metalama.Framework.dll
Syntax
public interface INamespaceAmender : IAmender<INamespace>, IAmender, IAspectReceiverSelector<INamespace>, IValidatorReceiverSelector<INamespace>

Properties

Name Description
Namespace

Gets the full name of the namespace on which the current fabric is applied.

Extension Methods

AmenderExtensions.Verify(INamespaceAmender, Boolean)