PostSharpAPI ReferencePost­Sharp.​AspectsComposition­AspectOverride­Action
Open sandboxFocus

CompositionAspect.OverrideAction Property

OverrideAction

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

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