Open sandboxFocus

Enum InterfaceOverrideAction

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

Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public enum InterfaceOverrideAction

Fields

Name Description
Default

Fail.

Fail

Fails and emits an error message.

Ignore

Silently ignore this interface (does not introduce it).

See Also