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

HasMethodsGets a value indicating whether the type has any public or protected methods.
MethodsGets all the public or protected methods declared, overridden, or implemented by the type.