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