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

ConstructorsGets all the public or protected constructors declared by the type.
HasConstructorsGets a value indicating whether the type has any public or protected constructors.