Describes an interface member implemented by ImplementInterface(INamedType, INamedType, OverrideStrategy, object?).
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IInterfaceMemberImplementationResultProperties
| 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. |