PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesIntroduce­Interface­Advice­InstanceOverride­Action
Open sandboxFocus

IntroduceInterfaceAdviceInstance.OverrideAction Property

OverrideAction

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.

Declaration
public InterfaceOverrideAction OverrideAction { get; }
Property Value
Type Description
InterfaceOverrideAction
See Also