Open sandboxFocus

Interface IInterfaceMemberImplementationResult

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.