IntroduceInterfaceAttribute.OverrideAction Property |
Specifies the action (Fail or Ignore)
to be overtaken when the interface specified in the constructor of this custom attribute
is already implemented by the type to which the current aspect is applied.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public InterfaceOverrideAction OverrideAction { get; set; }