IConstructor.IsDefaultConstructor Property

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

Definition

Gets a value indicating whether this constructor is the default public constructor of a type.
bool IsDefaultConstructor { get; }
This property has a default implementation in the interface.

Property Value

bool
true if this constructor is a default public constructor; otherwise, false.