IWithMethods Interface
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for types that can declare methods.
public interface IWithMethods- Implemented by
Properties
| HasMethods | Gets a value indicating whether the type has any public or protected methods. |
| Methods | Gets all the public or protected methods declared, overridden, or implemented by the type. |
