MockerTestBase<(Of <(<'TComponent>)>)> Constructor (array<Type>[]()[][])

Create instance using the component constructor that matches the type parameters.

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

Syntax


protected MockerTestBase(
	params Type[] createArgumentTypes
)
Protected Sub New ( _
	ParamArray createArgumentTypes As Type() _
)
protected:
MockerTestBase(
	... array<Type^>^ createArgumentTypes
)

Parameters

createArgumentTypes
Type: array<Type>[]()[][]