IValidableAnnotation Interface |
Interface that, when implemented by a custom attribute (Attribute),
causes PostSharp to invoke a validation method for every instance
of that custom attribute.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IValidableAnnotation
The IValidableAnnotation type exposes the following members.
Name | Description | |
---|---|---|
CompileTimeValidate |
Method invoked at build time to ensure that the aspect has been applied to
the right target.
|