MockerTestBase<(Of <(<'TComponent>)>)> Constructor (Action<(Of <(<'TComponent>)>)>)

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

Syntax


protected MockerTestBase(
	Action<TComponent> createdComponentAction
)
Protected Sub New ( _
	createdComponentAction As Action(Of TComponent) _
)
protected:
MockerTestBase(
	Action<TComponent>^ createdComponentAction
)

Parameters

createdComponentAction
Type: Action<(Of <(<'TComponent>)>)>