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