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

CompositionAspectConfiguration.OverrideAction Property

OverrideAction

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

Declaration
public Nullable<InterfaceOverrideAction> OverrideAction { get; set; }
Property Value
Type Description
System.Nullable<InterfaceOverrideAction>
See Also