PostSharpAPI ReferencePost­Sharp.​AspectsComposition­AspectAncestor­Override­Action
Open sandboxFocus

CompositionAspect.AncestorOverrideAction Property

AncestorOverrideAction

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

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