IAnnotationProvider Interface |
When implemented by a Task, provides custom attribute instances
to the AnnotationRepositoryTask task.
Namespace: PostSharp.Sdk.Extensibility.Tasks
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IAnnotationProvider : IService
The IAnnotationProvider type exposes the following members.
Name | Description | |
---|---|---|
GetAnnotations |
Enumerates the custom attribute instances (IAnnotationInstance)
provided by the current task.
|