Actions taken by the advice when implementing an interface member.
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum InterfaceMemberImplementationOutcome
Fields
Name | Description |
---|---|
Introduce | Interface member was introduced as a new declaration. |
Override | The interface member template was used to override an existing declaration. |
UseExisting | An existing class member was used for to implement the interface member. |