MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingIInterface­Member­Implementation­Result
Open sandboxFocus

IInterfaceMemberImplementationResult Interface

Describes an interface member implemented by ImplementInterface(INamedType, INamedType, OverrideStrategy, Object).

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IInterfaceMemberImplementationResult

Properties

Name Description
InterfaceMember

Gets an interface member that was implemented.

Outcome

Gets a value indicating the action taken to implement the interface member.

TargetMember

Gets the member used to implement the interface. This may be either an existing member or a newly introduced member.