IWithOverloads Interface

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

Definition

Defines a contract for type members that can have overloads, such as methods or constructors.
public interface IWithOverloads
Implemented by

Properties

HasOverloadsGets a value indicating whether the member has any overloads.
OverloadsGets all the overloads of the member, excluding the member itself.