Open sandboxFocus

Method AmendNamespace

AmendNamespace(INamespaceAmender)

Implement this method to programmatically analyze the current namespace, add aspects, configure options, validate architecture, and report or suppress diagnostics. This method is invoked automatically at compile time and design time.

Declaration
public abstract void AmendNamespace(INamespaceAmender amender)
Parameters
Type Name Description
INamespaceAmender amender

An object that provides access to query declarations in the namespace and its nested namespaces, add aspects using LINQ-like queries, configure options, and report diagnostics.

See Also