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

IntroduceInterfaceAdviceInstance.AncestorOverrideAction Property

AncestorOverrideAction

Specifies the action (Fail or Ignore) to be overtaken when an ancestor of 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 AncestorOverrideAction { get; }
Property Value
Type Description
InterfaceOverrideAction
See Also