CompositeTypeAdapter.GetConstructors Method

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

Definition

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

Returns

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