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