MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Architecture.​AspectsExperimental­AttributeBuild­Aspect
Open sandboxFocus

ExperimentalAttribute.BuildAspect Method

BuildAspect(IAspectBuilder<IDeclaration>)

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

Declaration
public void BuildAspect(IAspectBuilder<IDeclaration> builder)
Parameters
Type Name Description
IAspectBuilder<IDeclaration> builder

An object that allows the aspect to add advice, child aspects and validators.

Implements
IAspect<T>.BuildAspect(IAspectBuilder<T>)