MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingInterface­Member­Implementation­Outcome
Open sandboxFocus

InterfaceMemberImplementationOutcome Class

Actions taken by the advice when implementing an interface member.

Inheritance
System.Object
InterfaceMemberImplementationOutcome
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class InterfaceMemberImplementationOutcome : Enum

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.

value__