BuildAspect(IAspectBuilder<ICompilation>)
Initializes the aspect. The implementation must add advice, child aspects and validators
using the builder
parameter.
Declaration
public virtual void BuildAspect(IAspectBuilder<ICompilation> builder)
Parameters
Type | Name | Description |
---|---|---|
IAspectBuilder<ICompilation> | builder | An object that allows the aspect to add advice, child aspects and validators. |
Implements
BuildAspect(IAspectBuilder<INamedType>)
Initializes the aspect. The implementation must add advice, child aspects and validators
using the builder
parameter.
Declaration
public virtual void BuildAspect(IAspectBuilder<INamedType> builder)
Parameters
Type | Name | Description |
---|---|---|
IAspectBuilder<INamedType> | builder | An object that allows the aspect to add advice, child aspects and validators. |