IntroduceInterfaceAttribute Class |
System.Attribute
PostSharp.Aspects.Advices.Advice
PostSharp.Aspects.Advices.IntroduceInterfaceAttribute
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
public sealed class IntroduceInterfaceAttribute : Advice
The IntroduceInterfaceAttribute type exposes the following members.
Name | Description | |
---|---|---|
IntroduceInterfaceAttribute |
Initializes a new IntroduceInterfaceAttribute.
|
Name | Description | |
---|---|---|
AncestorOverrideAction | ||
Description |
A human-readable description of the current advice.
(Inherited from Advice.) | |
LinesOfCodeAvoided |
Reduction in the code lines count achieved by applying the advice instance to one code element.
(Inherited from Advice.) | |
OverrideAction |
The introduced interface will be implemented explicitly by the type to which the aspect is applied.