MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsOverride­Method­AspectBuild­Aspect
Open sandboxFocus

OverrideMethodAspect.BuildAspect Method

BuildAspect(IAspectBuilder<IMethod>)

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

Declaration
public override void BuildAspect(IAspectBuilder<IMethod> builder)
Parameters
Type Name Description
IAspectBuilder<IMethod> builder
Overrides
MethodAspect.BuildAspect(IAspectBuilder<IMethod>)