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
| HasOverloads | Gets a value indicating whether the member has any overloads. |
| Overloads | Gets all the overloads of the member, excluding the member itself. |
