MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIMethodExplicit­Interface­Implementations
Open sandboxFocus

IMethod.ExplicitInterfaceImplementations Property

ExplicitInterfaceImplementations

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

Declaration
IReadOnlyList<IMethod> ExplicitInterfaceImplementations { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<IMethod>