IWithConstructors.Constructors Property

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all the public or protected constructors declared by the type.
IReadOnlyList<IConstructor> Constructors { get; }

Property Value

IReadOnlyList<IConstructor>
A read-only list of IConstructor instances representing the constructors of the type. The constructors in the list are ordered by their number of parameters, from the least to the most.