Indicates the action taken by the advice when implementing an interface.
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum InterfaceImplementationOutcomeRemarks
This outcome is available via Outcome and indicates whether the interface was implemented or ignored (because it was already implemented on the target type).
Fields
| Name | Description |
|---|---|
| Ignore | The interface was ignored because it was already implemented on the target type or a base type, and the Ignore strategy was used. |
| Implement | The interface was implemented by the advice. |