MemberAdapterRepository.GetConstructorMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the method metadata for the specified constructor within the assembly.
public virtual IConstructor GetConstructorMetadata(ConstructorInfo constructorInfo)Parameters
constructorInfoConstructorInfo- The reflection constructor to get metadata for.
Returns
- IConstructor
- A metadata representation of the specified constructor.
Exceptions
- ArgumentNullException
- Thrown when
constructorInfoisnull. - ArgumentException
- Thrown when
constructorInfodoes not belong to the assembly.
