CompositeTypeAdapter.Constructors Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the public or protected constructors declared by the type.
public 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.
