CompositeTypeAdapter.GetExplicitInterfaceMethods Method

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

Definition

Retrieves the explicit interface methods implemented by the type.
protected virtual IEnumerable<IMethod> GetExplicitInterfaceMethods()

Returns

IEnumerable<IMethod>
An enumeration of IMethod objects representing the explicit interface methods implemented by the type.