PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesInterface­Override­Action
Open sandboxFocus

InterfaceOverrideAction Class

Enumeration of actions to be overtaken when an interface that should be introduced into a type is already implemented by that type.

Inheritance
InterfaceOverrideAction
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class InterfaceOverrideAction : Enum

Fields

Name Description
Default

Fail.

Fail

Fails and emits an error message.

Ignore

Silently ignore this interface (does not introduce it).

value__

See Also