MockerTestBase<(Of <(<'TComponent>)>)>..::..GetConstructor Method

Gets the constructor.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


protected ConstructorInfo GetConstructor()
Protected Function GetConstructor As ConstructorInfo
protected:
ConstructorInfo^ GetConstructor()

Return Value

ConstructorInfo of the constructor.

Exceptions


ExceptionCondition
[TypeAccessException]Error finding the constructor used to create the component.