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

CompositionAspectConfigurationAttribute.OverrideAction Property

OverrideAction

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

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