IMemberAdapterRepository.GetConstructorMetadata Method

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

Definition

Gets the method metadata for the specified constructor within the assembly.
IConstructor GetConstructorMetadata(ConstructorInfo constructorInfo)

Parameters

constructorInfo ConstructorInfo
The reflection constructor to get metadata for.

Returns

IConstructor
A metadata representation of the specified constructor.

Exceptions

ArgumentNullException
Thrown when constructorInfo is null.
ArgumentException
Thrown when constructorInfo does not belong to the assembly.