ConstructorHistory..::..GetConstructor Method

Gets the constructor.

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

Syntax


public ConstructorInfo GetConstructor(
	Type type
)
Public Function GetConstructor ( _
	type As Type _
) As ConstructorInfo
public:
ConstructorInfo^ GetConstructor(
	Type^ type
)

Parameters

type
Type: Type
The type.

Return Value

System ofReflection ofConstructorInfo? of the constructor.