MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsType­Parameter­AspectBuild­Eligibility
Open sandboxFocus

TypeParameterAspect.BuildEligibility Method

BuildEligibility(IEligibilityBuilder<ITypeParameter>)

Configures the eligibility of the aspect or attribute. Implementations are not allowed to reference non-static members. Implementations must call the implementation of the base class if it exists.

Declaration
public virtual void BuildEligibility(IEligibilityBuilder<ITypeParameter> builder)
Parameters
Type Name Description
IEligibilityBuilder<ITypeParameter> builder
Implements
IEligible<T>.BuildEligibility(IEligibilityBuilder<T>)
Remarks

Do not reference instance class members in your implementation of BuildEligibility(IEligibilityBuilder<T>). Indeed, this method is called on an instance obtained using GetUninitializedObject(Type), that is, without invoking the class constructor.

See Also