ConstructorAdapter.GetParameters Method

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

Definition

Retrieves the parameters of the constructor.
protected virtual IEnumerable<IParameter> GetParameters()

Returns

IEnumerable<IParameter>
An enumerable collection of IParameter objects representing the parameters of the constructor.