Actions taken by the advice when implementing an interface.
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum InterfaceImplementationOutcomeFields
| Name | Description |
|---|---|
| Ignore | The interface type was ignored. Members will not appear in InterfaceMembers collection. |
| Implement | The interface was implemented. Individual members of this interface will appear in InterfaceMembers collection. |