IWithConstructors Interface
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for types that can declare constructors.
public interface IWithConstructors- Implemented by
Properties
| Constructors | Gets all the public or protected constructors declared by the type. |
| HasConstructors | Gets a value indicating whether the type has any public or protected constructors. |
