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

InterfaceImplementationOutcome Class

Actions taken by the advice when implementing an interface.

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

Fields

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.

value__