IWithExplicitInterfaceMembers.ExplicitInterfaceMethods Property

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all the explicit interface methods implemented by the type.
IReadOnlyList<IMethod> ExplicitInterfaceMethods { get; }

Property Value

IReadOnlyList<IMethod>
A read-only list of IMethod instances representing the explicit interface methods implemented by the type. The methods in the list are ordered by name and then by the number of type parameters.