MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsMethod­AspectBuild­Aspect
Open sandboxFocus

MethodAspect.BuildAspect Method

BuildAspect(IAspectBuilder<IMethod>)

Initializes the aspect. The implementation must add advice, child aspects and validators using the builder parameter.

Declaration
public virtual void BuildAspect(IAspectBuilder<IMethod> builder)
Parameters
Type Name Description
IAspectBuilder<IMethod> builder
Implements
IAspect<T>.BuildAspect(IAspectBuilder<T>)