ConstructorAdapter.FindBaseConstructor Method

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

Definition

Finds the constructor in the base class that has the same signature as this constructor, if any.
protected virtual IConstructor FindBaseConstructor()

Returns

IConstructor
The matching base constructor, or null if none is found.