Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/IMethod/Explicit­Interface­Implementations
Open sandboxFocus

Property ExplicitInterfaceImplementations

ExplicitInterfaceImplementations

Gets a list of interface methods that this method explicitly implements.

Declaration
IReadOnlyList<IMethod> ExplicitInterfaceImplementations { get; }
Property Value
Type Description
IReadOnlyList<IMethod>