PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationComposition­Aspect­Configuration­AttributeAncestor­Override­Action
Open sandboxFocus

CompositionAspectConfigurationAttribute.AncestorOverrideAction Property

AncestorOverrideAction

Specifies the action (Fail or Ignore) to be overtaken when an ancestor of one of the interfaces specified by PublicInterfaces is already implemented by the type to which the current aspect is applied.

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