CompositeTypeAdapter.GetConstructors Method

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

Definition

Retrieves the visible constructors declared by the type.
protected virtual IEnumerable<IConstructor> GetConstructors()

Returns

IEnumerable<IConstructor>
An enumeration of IConstructor objects representing the constructors declared by the type.