CompositeTypeAdapter.ExplicitInterfaceMethods Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface methods implemented by the type.
public 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.
