IConstructor.BaseConstructor Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the constructor in the base class that has the same signature as this constructor, if any.
IConstructor BaseConstructor { get; }Property Value
- IConstructor
- The constructor in the base class that has the same signature as this constructor or
nullif none exists.
