InterfaceOverrideAction Enumeration |
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 (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public enum InterfaceOverrideAction
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Fail. | |
Fail | 0 | Fails and emits an error message. | |
Ignore | 1 | Silently ignore this interface (does not introduce it). |