IConstructor.IsDefaultConstructor Property

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

Definition

Gets a value indicating whether this constructor is the default 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 constructor; otherwise, false.

Remarks

A constructor is considered a default constructor if it is not static and has no parameters. The visibility of the constructor is not considered.